=> "/opt/pkg/bin/bmake" ["-C", "/Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/games/redeclipse16", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for redeclipse16-1.6.0nb6 /opt/pkg/bin/gmake -C enet clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -x c++-header -o shared/cube.tmp.h.gch shared/cube.h gmake[1]: Entering directory '/Users/pbulk/work/games/redeclipse16/work/redeclipse-1.6.0/src/enet' In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ 70 warnings generated. mv shared/cube.tmp.h.gch shared/cube.h.gch clang -DSQLITE_THREADSAFE=0 -DSQLITE_OMIT_LOAD_EXTENSION -c -o support/sqlite3.o support/sqlite3.c support/sqlite3.c:17378:17: warning: 'OSAtomicCompareAndSwapPtrBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] success = OSAtomicCompareAndSwapPtrBarrier(NULL, newzone, ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/libkern/OSAtomicDeprecated.h:549:6: note: 'OSAtomicCompareAndSwapPtrBarrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwapPtrBarrier( void *__oldValue, void *__newValue, void * volatile *__theValue ); ^ 1 warning generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -x c++-header -o engine/engine.tmp.h.gch engine/engine.h In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 101 warnings generated. mv engine/engine.tmp.h.gch engine/engine.h.gch clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o game/ai.o game/ai.cpp clang -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Iinclude -DHAS_GETADDRINFO -DHAS_GETNAMEINFO -DHAS_POLL -DHAS_FCNTL -DHAS_INET_PTON -DHAS_INET_NTOP -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o callbacks.o callbacks.c clang -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Iinclude -DHAS_GETADDRINFO -DHAS_GETNAMEINFO -DHAS_POLL -DHAS_FCNTL -DHAS_INET_PTON -DHAS_INET_NTOP -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o compress.o compress.c clang -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Iinclude -DHAS_GETADDRINFO -DHAS_GETNAMEINFO -DHAS_POLL -DHAS_FCNTL -DHAS_INET_PTON -DHAS_INET_NTOP -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o host.o host.c In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/ai.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ clang -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Iinclude -DHAS_GETADDRINFO -DHAS_GETNAMEINFO -DHAS_POLL -DHAS_FCNTL -DHAS_INET_PTON -DHAS_INET_NTOP -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o list.o list.c clang -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Iinclude -DHAS_GETADDRINFO -DHAS_GETNAMEINFO -DHAS_POLL -DHAS_FCNTL -DHAS_INET_PTON -DHAS_INET_NTOP -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o packet.o packet.c 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o game/client.o game/client.cpp clang -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Iinclude -DHAS_GETADDRINFO -DHAS_GETNAMEINFO -DHAS_POLL -DHAS_FCNTL -DHAS_INET_PTON -DHAS_INET_NTOP -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o peer.o peer.c clang -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Iinclude -DHAS_GETADDRINFO -DHAS_GETNAMEINFO -DHAS_POLL -DHAS_FCNTL -DHAS_INET_PTON -DHAS_INET_NTOP -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o protocol.o protocol.c In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ clang -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Iinclude -DHAS_GETADDRINFO -DHAS_GETNAMEINFO -DHAS_POLL -DHAS_FCNTL -DHAS_INET_PTON -DHAS_INET_NTOP -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o unix.o unix.c game/client.cpp:1959:47: warning: shifting a negative signed value is undefined [-Wshift-negative-value] if(n&0x800000) n |= -1<<24; ~~^ game/client.cpp:1970:47: warning: shifting a negative signed value is undefined [-Wshift-negative-value] if(n&0x800000) n |= -1<<24; ~~^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ clang -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Iinclude -DHAS_GETADDRINFO -DHAS_GETNAMEINFO -DHAS_POLL -DHAS_FCNTL -DHAS_INET_PTON -DHAS_INET_NTOP -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o win32.o win32.c ar rcs libenet.a callbacks.o compress.o host.o list.o packet.o peer.o protocol.o unix.o win32.o gmake[1]: Leaving directory '/Users/pbulk/work/games/redeclipse16/work/redeclipse-1.6.0/src/enet' clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o game/capture.o game/capture.cpp 111 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o game/defend.o game/defend.cpp In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/capture.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 109 warnings generated. In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o game/bomber.o game/bomber.cpp 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o game/entities.o game/entities.cpp In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ game/bomber.cpp:264:29: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/bomber.cpp:271:29: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 111 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o game/game.o game/game.cpp 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o game/hud.o game/hud.cpp In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:7: game/compass.h:176:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:828:20: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!blend) glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:829:9: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ZERO, GL_SRC_COLOR); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:838:20: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!blend) glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:839:14: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:969:36: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(t->type&Texture::ALPHA) glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:970:14: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBlendFunc(GL_ONE, GL_ONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:971:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:1011:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:1038:36: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(t->type&Texture::ALPHA) glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:1039:14: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBlendFunc(GL_ONE, GL_ONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:1040:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:1171:36: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(t->type&Texture::ALPHA) glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:1172:14: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBlendFunc(GL_ONE, GL_ONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:1173:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:1297:40: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(t->type&Texture::ALPHA) glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:1298:18: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBlendFunc(GL_ONE, GL_ONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:1300:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:1394:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:1395:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:1397:13: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:1719:21: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:1735:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:1736:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:1744:21: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:1749:13: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:1869:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:2088:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:2548:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:2609:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, u->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:2632:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:3235:21: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:3252:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:3285:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:3309:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:3356:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:3370:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:3374:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:3415:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:3441:25: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:3537:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:3538:9: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ game/hud.cpp:3555:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/hud.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 152 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o game/physics.o game/physics.cpp In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o game/projs.o game/projs.cpp 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o game/scoreboard.o game/scoreboard.cpp In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o game/server.o game/server.cpp 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o game/waypoint.o game/waypoint.cpp In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o game/weapons.o game/weapons.cpp game/server.cpp:5899:51: warning: shifting a negative signed value is undefined [-Wshift-negative-value] if(n&0x800000) n |= -1<<24; ~~^ game/server.cpp:5910:51: warning: shifting a negative signed value is undefined [-Wshift-negative-value] if(n&0x800000) n |= -1<<24; ~~^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/weapons.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -DSTANDALONE -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -c -o shared/crypto-standalone.o shared/crypto.cpp clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -DSTANDALONE -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -c -o shared/geom-standalone.o shared/geom.cpp clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -DSTANDALONE -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -c -o shared/stream-standalone.o shared/stream.cpp clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -DSTANDALONE -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -c -o shared/tools-standalone.o shared/tools.cpp shared/tools.cpp:116:32: warning: shifting a negative signed value is undefined [-Wshift-negative-value] if(n & (1<<28)) n |= -1<<28; ~~^ 1 warning generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -DSTANDALONE -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -c -o shared/zip-standalone.o shared/zip.cpp clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -DSTANDALONE -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -c -o engine/command-standalone.o engine/command.cpp engine/command.cpp:1206:45: warning: variable 'numargs' set but not used [-Wunused-but-set-variable] int comtype = CODE_COM, numargs = 0; ^ 111 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -DSTANDALONE -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -c -o engine/irc-standalone.o engine/irc.cpp engine/irc.cpp:360:73: warning: address of array 'n->passkey' will always evaluate to 'true' [-Wpointer-bool-conversion] if(!s || !*s) { ircprintf(n, 4, NULL, "current password is: %s", n->passkey && *n->passkey ? "" : ""); return; } ~~~^~~~~~~ ~~ shared/command.h:374:105: note: expanded from macro 'ICOMMAND' #define ICOMMAND(flags, name, nargs, proto, b) ICOMMANDN(flags, name, ICOMMANDNAME(name), nargs, proto, b) ^ shared/command.h:372:106: note: expanded from macro 'ICOMMANDN' #define ICOMMANDN(flags, name, cmdname, nargs, proto, b) ICOMMANDNS(flags, #name, cmdname, nargs, proto, b) ^ shared/command.h:371:7: note: expanded from macro 'ICOMMANDNS' { b; } ^ engine/irc.cpp:366:77: warning: address of array 'n->authcommand' will always evaluate to 'true' [-Wpointer-bool-conversion] if(!s || !*s) { ircprintf(n, 4, NULL, "current auth command is: %s", n->authcommand && *n->authcommand ? "" : ""); return; } ~~~^~~~~~~~~~~ ~~ shared/command.h:374:105: note: expanded from macro 'ICOMMAND' #define ICOMMAND(flags, name, nargs, proto, b) ICOMMANDN(flags, name, ICOMMANDNAME(name), nargs, proto, b) ^ shared/command.h:372:106: note: expanded from macro 'ICOMMANDN' #define ICOMMANDN(flags, name, cmdname, nargs, proto, b) ICOMMANDNS(flags, #name, cmdname, nargs, proto, b) ^ shared/command.h:371:7: note: expanded from macro 'ICOMMANDNS' { b; } ^ engine/irc.cpp:372:109: warning: address of array 'n->authpass' will always evaluate to 'true' [-Wpointer-bool-conversion] if(!s || !*s || !t || !*t) { ircprintf(n, 4, NULL, "current auth details are: %s (%s)", n->authname, n->authpass && *n->authpass ? "" : ""); return; } ~~~^~~~~~~~ ~~ shared/command.h:374:105: note: expanded from macro 'ICOMMAND' #define ICOMMAND(flags, name, nargs, proto, b) ICOMMANDN(flags, name, ICOMMANDNAME(name), nargs, proto, b) ^ shared/command.h:372:106: note: expanded from macro 'ICOMMANDN' #define ICOMMANDN(flags, name, cmdname, nargs, proto, b) ICOMMANDNS(flags, #name, cmdname, nargs, proto, b) ^ shared/command.h:371:7: note: expanded from macro 'ICOMMANDNS' { b; } ^ engine/irc.cpp:465:93: warning: address of array 'c->passkey' will always evaluate to 'true' [-Wpointer-bool-conversion] if(!s || !*s) { ircprintf(n, 4, NULL, "channel %s current password is: %s", c->name, c->passkey && *c->passkey ? "" : ""); return; } ~~~^~~~~~~ ~~ shared/command.h:374:105: note: expanded from macro 'ICOMMAND' #define ICOMMAND(flags, name, nargs, proto, b) ICOMMANDN(flags, name, ICOMMANDNAME(name), nargs, proto, b) ^ shared/command.h:372:106: note: expanded from macro 'ICOMMANDN' #define ICOMMANDN(flags, name, cmdname, nargs, proto, b) ICOMMANDNS(flags, #name, cmdname, nargs, proto, b) ^ shared/command.h:371:7: note: expanded from macro 'ICOMMANDNS' { b; } ^ 4 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -DSTANDALONE -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -c -o engine/master-standalone.o engine/master.cpp 1 warning generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -DSTANDALONE -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -c -o engine/server-standalone.o engine/server.cpp clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -DSTANDALONE -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -c -o game/server-standalone.o game/server.cpp engine/server.cpp:150:12: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] str += sprintf(str, "[%s] ", ipinfotypes[clamp(info.type, 0, int(ipinfo::MAXTYPES)-1)]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ engine/server.cpp:155:16: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] str += sprintf(str, "%d", ip.b[i]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 2 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -DSTANDALONE -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -c -o engine/genkey.o engine/genkey.cpp clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o shared/crypto.o shared/crypto.cpp game/server.cpp:5899:51: warning: shifting a negative signed value is undefined [-Wshift-negative-value] if(n&0x800000) n |= -1<<24; ~~^ game/server.cpp:5910:51: warning: shifting a negative signed value is undefined [-Wshift-negative-value] if(n&0x800000) n |= -1<<24; ~~^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/crypto.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ 70 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o shared/geom.o shared/geom.cpp In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/geom.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ 70 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o shared/glemu.o shared/glemu.cpp In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:55:13: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, quadindexes); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:59:9: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenBuffers_(1, &quadindexes); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:70:9: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, quadindexes); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:71:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ELEMENT_ARRAY_BUFFER, MAXQUADS*6*sizeof(ushort), data, GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:81:9: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:89:13: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawArrays(GL_QUADS, offset*4, count*4); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:97:9: warning: 'glDrawRangeElements' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawRangeElements_(GL_TRIANGLES, offset*4, (offset + count)*4-1, count*6, GL_UNSIGNED_SHORT, (ushort *)0 + offset*6); ^ shared/glexts.h:71:30: note: expanded from macro 'glDrawRangeElements_' #define glDrawRangeElements_ glDrawRangeElements ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2468:13: note: 'glDrawRangeElements' has been explicitly marked deprecated here extern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:159:17: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertexAttribPointer_(a.type, a.size, a.format, GL_FALSE, vertexsize, buf); ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:165:17: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertexAttribPointer_(a.type, a.size, a.format, GL_TRUE, vertexsize, buf); ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:170:13: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnableVertexAttribArray_(a.type); ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:177:9: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisableVertexAttribArray_(a.type); ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:225:26: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!vbo) glGenBuffers_(1, &vbo); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:226:17: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindBuffer_(GL_ARRAY_BUFFER, vbo); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:227:17: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, MAXVBOSIZE, NULL, GL_STREAM_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:230:38: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(!lastvertexsize) glBindBuffer_(GL_ARRAY_BUFFER, vbo); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:254:17: warning: 'glUnmapBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glUnmapBuffer_(GL_ARRAY_BUFFER); ^ shared/glexts.h:107:24: note: expanded from macro 'glUnmapBuffer_' #define glUnmapBuffer_ glUnmapBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2875:18: note: 'glUnmapBuffer' has been explicitly marked deprecated here extern GLboolean glUnmapBuffer (GLenum target) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:266:30: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!vbo) glGenBuffers_(1, &vbo); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:267:21: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindBuffer_(GL_ARRAY_BUFFER, vbo); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:268:21: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, MAXVBOSIZE, NULL, GL_STREAM_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:271:42: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(!lastvertexsize) glBindBuffer_(GL_ARRAY_BUFFER, vbo); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:277:21: warning: 'glUnmapBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glUnmapBuffer_(GL_ARRAY_BUFFER); ^ shared/glexts.h:107:24: note: expanded from macro 'glUnmapBuffer_' #define glUnmapBuffer_ glUnmapBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2875:18: note: 'glUnmapBuffer' has been explicitly marked deprecated here extern GLboolean glUnmapBuffer (GLenum target) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:279:22: warning: 'glBufferSubData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBufferSubData_(GL_ARRAY_BUFFER, vbooffset, attribbuf.length(), attribbuf.getbuf()); ^ shared/glexts.h:109:26: note: expanded from macro 'glBufferSubData_' #define glBufferSubData_ glBufferSubData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2872:13: note: 'glBufferSubData' has been explicitly marked deprecated here extern void glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:281:18: warning: 'glUnmapBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glUnmapBuffer_(GL_ARRAY_BUFFER); ^ shared/glexts.h:107:24: note: expanded from macro 'glUnmapBuffer_' #define glUnmapBuffer_ glUnmapBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2875:18: note: 'glUnmapBuffer' has been explicitly marked deprecated here extern GLboolean glUnmapBuffer (GLenum target) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:305:17: warning: 'glMultiDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glMultiDrawArrays_(primtype, multidrawstart.getbuf(), multidrawcount.getbuf(), multidrawstart.length()); ^ shared/glexts.h:95:28: note: expanded from macro 'glMultiDrawArrays_' #define glMultiDrawArrays_ glMultiDrawArrays ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2838:13: note: 'glMultiDrawArrays' has been explicitly marked deprecated here extern void glMultiDrawArrays (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:309:18: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glDrawArrays(primtype, start, numvertexes); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:317:59: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] for(int i = 0; enabled; i++) if(enabled&(1<= 300) glBindBuffer_(GL_ARRAY_BUFFER, 0); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:339:27: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(quadindexes) { glDeleteBuffers_(1, &quadindexes); quadindexes = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:341:19: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vbo) { glDeleteBuffers_(1, &vbo); vbo = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ 99 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o shared/stream.o shared/stream.cpp In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/stream.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ 70 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o shared/tools.o shared/tools.cpp In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/tools.cpp:116:32: warning: shifting a negative signed value is undefined [-Wshift-negative-value] if(n & (1<<28)) n |= -1<<28; ~~^ 71 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o shared/zip.o shared/zip.cpp In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/zip.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ 2 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/bih.o engine/bih.cpp 70 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/blend.o engine/blend.cpp In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ : warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.hIn file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: :136:1: note: note: expanded from hereexpanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ glVertexAttrib1f_In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: ^ warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.hshared/glexts.h::172159::2827:: note: note: expanded from macro 'glVertexAttrib4fv_'expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::72: shared/glemu.h:572882:13::5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' note: 'glVertexAttrib1f' has been explicitly marked deprecated here static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14);:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' ^ #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:In file included from engine/bih.cpp:1: In file included from 1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' engine/engine.h:5: In file included from shared/cube.h GLE_INITATTRIB(name, index, f, float) \: 72 ^: shared/glemu.h:58shared/glemu.h::6643:: 59warning: :'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' note: expanded from macro 'GLE_INITATTRIB' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13:In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: 'glVertexAttrib2f' has been explicitly marked deprecated here static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);183 : ^30 : note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from In file included from engine/blend.cppengine/bih.cpp::1: In file included from engine/engine.h:5: In file included from shared/cube.h:721: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) : ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ In file included from ^engine/engine.h :5: In file included from shared/cube.h:163::721: :shared/glemu.h :note: 55:5:expanded from here warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here In file included from engine/bih.cpp:1: glVertexAttrib3f_In file included from engine/engine.h^: 5: In file included from shared/cube.h:72: shared/glemu.h:60:shared/glexts.h5::167 :warning: 27'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: note: expanded from macro 'glVertexAttrib3f_' GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF'#define glVertexAttrib3f_ glVertexAttrib3f ^ GLE_INITATTRIB(name, index, f, float) \/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.h: 43: ^ 59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ In file included from engine/blend.cpp:1 ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ : In file included from engine/engine.h:5: In file included from shared/cube.h/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::722888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here : extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:shared/glemu.h75: :note: 60expanded from macro 'GLE_INITATTRIB':5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145 :1: note: shared/glemu.hexpanded from here: 44:67glVertexAttrib4f_: ^note: expanded from macro 'GLE_INITATTRIB' shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1#define glVertexAttrib4f_ glVertexAttrib4f: note: ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ expanded from here In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated hereglVertexAttrib3f_ extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' In file included from #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: engine/blend.cppnote: 'glVertexAttrib3f' has been explicitly marked deprecated here :1: In file included from engine/engine.h:5: In file included from shared/cube.h:72extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ : shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glemu.h:49 GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0): 58 ^: note: expanded from macro 'GLE_INITATTRIBF' shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f GLE_INITATTRIB(name, index, f, float) \ ^ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);shared/glemu.h : ^50 :50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^In file included from engine/bih.cpp:1shared/glemu.h: :In file included from 51engine/engine.h::505:: In file included from note: shared/cube.hexpanded from macro 'GLE_INITATTRIBF': 72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' ^ shared/glexts.h:172:28: note: static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \expanded from macro 'glVertexAttrib4fv_' ^ shared/glexts.h:171:27: #define glVertexAttrib4fv_ glVertexAttrib4fvnote: expanded from macro 'glVertexAttrib4f_' ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h#define glVertexAttrib4f_ glVertexAttrib4f ^ :2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); : ^13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from In file included from engine/blend.cpp:engine/bih.cpp1:: 1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5:In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h: 47warning: :9:'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ note: In file included from engine/bih.cpp:1: In file included from engine/engine.h:5expanded from macro 'GLE_INITATTRIBF' : GLE_INITATTRIB(name, index, f, float) \In file included from shared/cube.h: ^72 : shared/glemu.h:shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' 60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)note: 'glVertexAttrib1f' has been explicitly marked deprecated here ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13:extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9In file included from :engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' ^ shared/glemu.h:47:9: static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ ^ :151:1: note: expanded from here glVertexAttrib2f_/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ :In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5:2882 :warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: 13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here expanded from macro 'GLE_INITATTRIBF'extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIB(name, index, f, float) \ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' ^ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' shared/glemu.h:44:67: static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ note: ^expanded from macro 'GLE_INITATTRIB' :4:1: note: expanded from here static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ glVertexAttrib2f_ ^: 154shared/glexts.h::1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:163:27: note: expanded from macro 'glVertexAttrib2f_' 27#define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here :extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^In file included from engine/blend.cpp:1: In file included from engine/engine.h:5 : In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glemu.h:47:9: GLE_INITATTRIBF(color, ATTRIB_COLOR) note: expanded from macro 'GLE_INITATTRIBF' ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: GLE_INITATTRIB(name, index, f, float) \ ^ 'glVertexAttrib4f' has been explicitly marked deprecated hereshared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:shared/glemu.h61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ ::5610::1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27:5 :note: expanded from macro 'glVertexAttrib4f_'warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttrib4f_ glVertexAttrib4f ^ GLE_INITATTRIBF(color, ATTRIB_COLOR) ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2908:13shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' : note: 'glVertexAttrib4f' has been explicitly marked deprecated here static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:In file included from 2908engine/bih.cpp::131:: In file included from note: engine/engine.h'glVertexAttrib4f' has been explicitly marked deprecated here: 5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:shared/glemu.h72:: 48shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164::28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:5149::50 :note: expanded from macro 'GLE_INITATTRIBF'note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909shared/glexts.h:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ :168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895In file included from engine/blend.cpp:1: In file included from engine/engine.h:13:: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 5: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' In file included from static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ shared/cube.h:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255)extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ glVertexAttrib4Nub_ ^ shared/glexts.h:182:29:In file included from engine/bih.cpp:note: 1expanded from macro 'glVertexAttrib4Nub_': In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h :#define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/bih.cpp:1: In file included from GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.hshared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' :171 GLE_INITATTRIB(name, index, f, float) \:27 : note: ^expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from hereIn file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ glVertexAttrib2f_ ^In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here shared/glexts.h:163:27: note: extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here In file included from extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: In file included from warning: engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44: 67: note: expanded from macro 'GLE_INITATTRIB' static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ In file included from engine/bih.cpp:1shared/glexts.h: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156::16736::27: note: expanded from macro 'glVertexAttrib3f_' note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here #define glVertexAttrib3f_ glVertexAttrib3f extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ :5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/blend.cpp: static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:1571:: 37In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: :warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: expanded from macro 'glDisableVertexAttribArray_' GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47#define glDisableVertexAttribArray_ glDisableVertexAttribArray: ^9 : note: expanded from macro 'GLE_INITATTRIBF' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^: 172:shared/glemu.h1::69 :note: 54expanded from here: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttrib4f_ ^ shared/glexts.h:171:27: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \note: expanded from macro 'glVertexAttrib4f_' ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h#define glVertexAttrib4f_ glVertexAttrib4f:2917: ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:shared/glemu.h48::4978:: 5note: :expanded from macro 'GLE_INITATTRIBF' warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37In file included from :engine/blend.cpp :note: 1expanded from macro 'glDisableVertexAttribArray_': In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:#define glDisableVertexAttribArray_ glDisableVertexAttribArray60 : ^5 : warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);expanded from macro 'GLE_INITATTRIBF' ^ static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72In file included from : engine/blend.cppshared/glemu.h::178: :In file included from 5engine/engine.h:: 5warning: : 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]In file included from shared/cube.h:72: shared/glemu.h:60:5: GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable())warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ shared/glemu.h:73:13 GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0): ^note: expanded from macro 'GLE_ATTRIBPOINTER' shared/glemu.h:51: glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^50 : note: expanded from macro 'GLE_INITATTRIBF' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttrib4fv_ glVertexAttrib4fv ^ GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: :expanded from macro 'glEnableVertexAttribArray_'2909 :13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:In file included from 5engine/blend.cpp: :In file included from 1shared/cube.h: :In file included from 72engine/engine.h: :shared/glemu.h5:: 79In file included from :shared/cube.h5::72 : warning: shared/glemu.h'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1)shared/glemu.h : ^70 :46shared/glemu.h:: 47note: :expanded from macro 'GLE_ATTRIBPOINTER'9 : note: expanded from macro 'GLE_INITATTRIBF' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ GLE_INITATTRIB(name, index, f, float) \ ^ ^ shared/glexts.hshared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here :157glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: :expanded from macro 'glVertexAttrib1f_'37 : note: expanded from macro 'glDisableVertexAttribArray_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here #define glDisableVertexAttribArray_ glDisableVertexAttribArray extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_In file included from engine/bih.cpp^: 1: shared/glexts.hIn file included from :engine/engine.h167::5: In file included from shared/cube.h:72: shared/glemu.h:79:5:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^In file included from engine/blend.cpp:1: In file included from engine/engine.h :5: In file included from /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 'glEnableVertexAttribArray' has been explicitly marked deprecated here GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); shared/glemu.h: ^47 :9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: :In file included from 1shared/cube.h:72: shared/glemu.h:: 80note: :expanded from here5 : warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertexAttrib4f_ ^ GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here note: extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ 'glDisableVertexAttribArray' has been explicitly marked deprecated here In file included from engine/blend.cpp:extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);1 : ^In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: 5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h: GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1)156:36: note: expanded from macro 'glEnableVertexAttribArray_' ^ shared/glemu.h#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ :49:58: note: expanded from macro 'GLE_INITATTRIBF' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ :shared/glexts.h:2917171::2713: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:157:37: note: expanded from macro 'glDisableVertexAttribArray_' :13:#define glDisableVertexAttribArray_ glDisableVertexAttribArray note: 'glVertexAttrib4f' has been explicitly marked deprecated here ^extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here In file included from extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);engine/blend.cpp ^ :In file included from engine/bih.cpp:1: In file included from engine/engine.h:15: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] : In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h: ^50:50 : note: expanded from macro 'GLE_INITATTRIBF' shared/glexts.h: static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ 186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ : shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: In file included from note: engine/bih.cppexpanded from macro 'GLE_INITATTRIBF': 1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82 static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' ^ static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \shared/glexts.h : ^172 :shared/glexts.h28::156 :note: 36: note: expanded from macro 'glEnableVertexAttribArray_' expanded from macro 'glVertexAttrib4fv_'#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909::291713::13 :note: 'glVertexAttrib4fv' has been explicitly marked deprecated herenote: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:In file included from 82engine/blend.cpp::51:: In file included from warning: engine/engine.h'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]#define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); : ^ note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);77 : ^ warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83: ^5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hnote: :expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h2908::157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray13 ^ : note: 'glVertexAttrib4f' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h ^ :171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here In file included from engine/bih.cpp:1: extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);In file included from engine/engine.h ^: 5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' shared/glexts.h glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_':156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glVertexAttribPointer_ glVertexAttribPointer ^ #define glEnableVertexAttribArray_ glEnableVertexAttribArray/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here ^extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 2917'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h::6913: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here :54: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72In file included from engine/bih.cpp: :1shared/glemu.h: :77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h ^:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h: static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' 72: shared/glemu.h:78:5#define glDisableVertexAttribArray_ glDisableVertexAttribArray: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glDisableVertexAttribArray_ glDisableVertexAttribArrayIn file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: ^note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);'glDisableVertexAttribArray' has been explicitly marked deprecated here ^ extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73In file included from :13: note: expanded from macro 'GLE_ATTRIBPOINTER' engine/bih.cpp:1: glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointershared/glemu.h ^: 85:5:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :warning: 2916'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' shared/glemu.h:73:13#define glEnableVertexAttribArray_ glEnableVertexAttribArray: note: expanded from macro 'GLE_ATTRIBPOINTER' ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here glVertexAttribPointer_(index, size, type, normalized, stride, data); \ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glexts.h:186:32: note: In file included from expanded from macro 'glVertexAttribPointer_'engine/blend.cpp :1#define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ : In file included from engine/engine.h:5In file included from engine/bih.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] : In file included from GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' engine/engine.h:5#define glDisableVertexAttribArray_ glDisableVertexAttribArray: In file included from shared/cube.h:72: shared/glemu.h:87 :57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:In file included from 2867engine/blend.cpp::13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ 1In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] : In file included from engine/engine.h:5: In file included from shared/cube.h: static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); }72 : ^shared/glemu.h :79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ expanded from macro 'glVertexAttribPointer_' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER'In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13 static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glexts.h:156:In file included from 36:engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72 : note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);#define glBindBuffer_ glBindBuffer ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated hereextern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136In file included from :22engine/blend.cpp::1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14);: 23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:note: 92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^'glUniform2fv' has been explicitly marked deprecated here shared/glexts.h:extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here In file included from engine/blend.cpp:extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ In file included from engine/bih.cpp/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::12944: :In file included from 13engine/engine.h:: 92note: : 'glUniform3fv' has been explicitly marked deprecated hereengine/texture.h :404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.hIn file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ :405/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here :extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14);83 : warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here ^ extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:shared/glexts.h92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13:: 141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ note: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14);engine/bih.cpp : ^1 : In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ expanded from macro 'glUniform4iv_'/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glUniformMatrix4fv_ glUniformMatrix4fv ^ void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hshared/glexts.h::1422952:23::13 : note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blend.cpp:481:19: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(tex) { glDeleteTextures(1, &tex); tex = 0; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blend.cpp:486:18: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!tex) glGenTextures(1, &tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blend.cpp:494:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blend.cpp:495:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blend.cpp:497:9: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, border); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/blob.o engine/blob.cpp 114 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/client.o engine/client.cpp In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:80:19: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(ebo) { glDeleteBuffers_(1, &ebo); ebo = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:81:19: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vbo) { glDeleteBuffers_(1, &vbo); vbo = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:496:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:497:9: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:498:22: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!dbgblob) glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:514:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:515:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:561:55: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!lastrender || lastrender->tex != tex) glBindTexture(GL_TEXTURE_2D, tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:592:21: warning: 'glDrawRangeElements' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawRangeElements_(GL_TRIANGLES, b->startvert, b->endvert-1, b->endindex - b->startindex, GL_UNSIGNED_SHORT, &indexes[b->startindex]); ^ shared/glexts.h:71:30: note: expanded from macro 'glDrawRangeElements_' #define glDrawRangeElements_ glDrawRangeElements ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2468:13: note: 'glDrawRangeElements' has been explicitly marked deprecated here extern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:613:18: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!ebo) glGenBuffers_(1, &ebo); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:614:18: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!vbo) glGenBuffers_(1, &vbo); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:617:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ELEMENT_ARRAY_BUFFER, maxindexes*sizeof(ushort), NULL, GL_STREAM_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:619:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, maxverts*sizeof(blobvert), NULL, GL_STREAM_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:636:28: warning: 'glUnmapBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(estart) glUnmapBuffer_(GL_ELEMENT_ARRAY_BUFFER); ^ shared/glexts.h:107:24: note: expanded from macro 'glUnmapBuffer_' #define glUnmapBuffer_ glUnmapBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2875:18: note: 'glUnmapBuffer' has been explicitly marked deprecated here extern GLboolean glUnmapBuffer (GLenum target) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:637:28: warning: 'glUnmapBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vstart) glUnmapBuffer_(GL_ARRAY_BUFFER); ^ shared/glexts.h:107:24: note: expanded from macro 'glUnmapBuffer_' #define glUnmapBuffer_ glUnmapBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2875:18: note: 'glUnmapBuffer' has been explicitly marked deprecated here extern GLboolean glUnmapBuffer (GLenum target) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:664:13: warning: 'glBufferSubData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferSubData_(GL_ELEMENT_ARRAY_BUFFER, 0, numedata*sizeof(ushort), estart); ^ shared/glexts.h:109:26: note: expanded from macro 'glBufferSubData_' #define glBufferSubData_ glBufferSubData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2872:13: note: 'glBufferSubData' has been explicitly marked deprecated here extern void glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:665:13: warning: 'glBufferSubData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferSubData_(GL_ARRAY_BUFFER, 0, numvdata*sizeof(blobvert), vstart); ^ shared/glexts.h:109:26: note: expanded from macro 'glBufferSubData_' #define glBufferSubData_ glBufferSubData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2872:13: note: 'glBufferSubData' has been explicitly marked deprecated here extern void glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:669:13: warning: 'glUnmapBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glUnmapBuffer_(GL_ELEMENT_ARRAY_BUFFER); ^ shared/glexts.h:107:24: note: expanded from macro 'glUnmapBuffer_' #define glUnmapBuffer_ glUnmapBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2875:18: note: 'glUnmapBuffer' has been explicitly marked deprecated here extern GLboolean glUnmapBuffer (GLenum target) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:670:13: warning: 'glUnmapBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glUnmapBuffer_(GL_ARRAY_BUFFER); ^ shared/glexts.h:107:24: note: expanded from macro 'glUnmapBuffer_' #define glUnmapBuffer_ glUnmapBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2875:18: note: 'glUnmapBuffer' has been explicitly marked deprecated here extern GLboolean glUnmapBuffer (GLenum target) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:678:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blob.cpp:680:9: warning: 'glDrawRangeElements' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawRangeElements_(GL_TRIANGLES, 0, numvdata-1, numedata, GL_UNSIGNED_SHORT, (ushort *)0); ^ shared/glexts.h:71:30: note: expanded from macro 'glDrawRangeElements_' #define glDrawRangeElements_ glDrawRangeElements ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2468:13: note: 'glDrawRangeElements' has been explicitly marked deprecated here extern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blob.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/command.o engine/command.cpp 130 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/console.o engine/console.cpp In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: expanded from macro 'GLE_INITATTRIB' GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' shared/glexts.h:#define glVertexAttrib4f_ glVertexAttrib4f ^159 :/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h27: note: expanded from macro 'glVertexAttrib1f_' :#define glVertexAttrib1f_ glVertexAttrib1f ^ 2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5In file included from :engine/command.cpp :4: In file included from engine/engine.h:warning: 5: In file included from 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]shared/cube.h :72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: GLE_INITATTRIBF(color, ATTRIB_COLOR) note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ ^ shared/glemu.h::49139:58: :1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hnote: :expanded from macro 'GLE_INITATTRIBF'2888 :13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:#define glVertexAttrib4f_ glVertexAttrib4f55: 5: ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' In file included from static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h: ^72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' GLE_INITATTRIB(name, index, f, float) \#define glVertexAttrib2fv_ glVertexAttrib2fv ^ ^ shared/glemu.h:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h45::288975::13 :note: expanded from macro 'GLE_INITATTRIB' note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:In file included from 5engine/console.cpp:: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) 3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: ^ shared/glemu.h:shared/glemu.h48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168::57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: 28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: In file included from engine/command.cpp:4: In file included from engine/engine.h:5: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5:In file included from engine/console.cppwarning: :'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]3 : In file included from engine/engine.h:5: GLE_INITATTRIBF(vertex, ATTRIB_VERTEX)In file included from shared/cube.h ^: 72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glemu.hshared/glexts.h::51182::5029:: note: note: expanded from macro 'GLE_INITATTRIBF'expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here ^ shared/glexts.h:extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14);172 : ^28 : note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here In file included from engine/console.cpp:extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);3 : ^In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: In file included from expanded from hereengine/command.cpp :4: glVertexAttrib1f_In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13:warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:In file included from 2888engine/console.cpp::133:: In file included from note: engine/engine.h'glVertexAttrib2f' has been explicitly marked deprecated here: 5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' shared/glemu.h GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27:: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ 47:9: note: expanded from macro 'GLE_INITATTRIBF'In file included from engine/command.cpp:4: In file included from GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888engine/engine.h::13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ 5: In file included from shared/cube.h:72: shared/glemu.h:56:5:In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.h:47:9In file included from :engine/console.cpp :note: 3expanded from macro 'GLE_INITATTRIBF': In file included from engine/engine.h:5: In file included from shared/cube.h:72: GLE_INITATTRIB(name, index, f, float) \shared/glemu.h : ^60: 5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.hshared/glemu.h::4547::759: note: expanded from macro 'GLE_INITATTRIBF' : GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' note: static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ expanded from macro 'GLE_INITATTRIB'shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:In file included from 1engine/console.cpp:: 3note: : In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ 5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:In file included from 13engine/command.cpp:: 4note: : 'glVertexAttrib4f' has been explicitly marked deprecated hereIn file included from engine/engine.h:5extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); : ^In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.hIn file included from :engine/console.cpp168::328: :In file included from engine/engine.hnote: :expanded from macro 'glVertexAttrib3fv_'5 : In file included from shared/cube.h:72: shared/glemu.h#define glVertexAttrib3fv_ glVertexAttrib3fv: 60 ^: 5: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hwarning: :'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]2895 :13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ :50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889In file included from :engine/command.cpp:4: 13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^shared/glemu.h :51:50: note: expanded from macro 'GLE_INITATTRIBF' shared/glexts.h:171: static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ 27:shared/glexts.h :note: 172expanded from macro 'glVertexAttrib4f_': 28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4f_ glVertexAttrib4f ^ #define glVertexAttrib4fv_ glVertexAttrib4fv /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^: 2908:13:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :note: 2909'glVertexAttrib4f' has been explicitly marked deprecated here: 13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56In file included from :engine/console.cpp5::3 : warning: In file included from 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47shared/glemu.h::950:: 50note: :expanded from macro 'GLE_INITATTRIBF' note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \: 42 ^: 51: shared/glexts.hnote: :164:28: note: expanded from macro 'glVertexAttrib2fv_' expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ #define glVertexAttrib2fv_ glVertexAttrib2fv^ ^ shared/glexts.h:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h159::288927::13 :note: expanded from macro 'glVertexAttrib1f_'note: 'glVertexAttrib2fv' has been explicitly marked deprecated here#define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:In file included from 50: note: expanded from macro 'GLE_INITATTRIBF' engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }: 61 ^: 5: warning: shared/glexts.h:172:28:'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);47 : ^9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1In file included from engine/command.cpp:4: In file included from engine/engine.h:: note: expanded from here 5: glVertexAttrib2f_In file included from shared/cube.h^: 72: shared/glemu.hshared/glexts.h::57163::527:: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here note: extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' In file included from engine/console.cpp:3: In file included from #define glVertexAttrib4Nub_ glVertexAttrib4Nubengine/engine.h :5: In file included from shared/cube.h:72: shared/glemu.h:61:5 ^: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:#define glVertexAttrib3f_ glVertexAttrib3f2901 : ^13 : /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hnote: :'glVertexAttrib4Nub' has been explicitly marked deprecated here2894 :13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49 : note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:shared/glexts.h182:168::2928:: note: expanded from macro 'glVertexAttrib4Nub_' note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14);shared/glemu.h ^ :61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: In file included from note: expanded from macro 'glVertexAttrib4Nubv_'engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72 #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv: shared/glemu.h ^: 61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ ^shared/glemu.h :42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1)In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ ^ shared/glemu.h:51 :50: note: expanded from macro 'GLE_INITATTRIBF' shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ shared/glexts.h: 172: ^ 28: note: expanded from macro 'glVertexAttrib4fv_' :166:1#define glVertexAttrib4fv_ glVertexAttrib4fv: ^note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13'glVertexAttrib4fv' has been explicitly marked deprecated here: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:In file included from 13engine/command.cpp:: 4note: : 'glVertexAttrib4f' has been explicitly marked deprecated hereIn file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ 5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^In file included from engine/console.cpp:3shared/glemu.h: :In file included from 47engine/engine.h::5: In file included from shared/cube.h:72: shared/glemu.h9::63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: expanded from macro 'GLE_INITATTRIBF' static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ #define glVertexAttrib4f_ glVertexAttrib4fshared/glexts.h ^: 167:27/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:: note: expanded from macro 'glVertexAttrib3f_' 2908:13#define glVertexAttrib3f_ glVertexAttrib3f: note: 'glVertexAttrib4f' has been explicitly marked deprecated here ^extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]In file included from engine/console.cpp: GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ 3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glemu.h static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); }: ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^45:75 : note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h1:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here :extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ note: expanded from here glVertexAttrib4f_ ^In file included from engine/console.cpp:3: In file included from engine/engine.h: shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ 5/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);: In file included from ^shared/cube.h :72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ In file included from engine/console.cpp:3shared/glemu.h: :In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } 48 ^: 49:shared/glexts.h :note: 172expanded from macro 'GLE_INITATTRIBF': 28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2909:13:shared/glexts.h :note: 168'glVertexAttrib4fv' has been explicitly marked deprecated here: 28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here In file included from engine/console.cppextern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ :3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: In file included from 'glEnableVertexAttribArray' has been explicitly marked deprecated hereengine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171: 27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/console.cpp:3 GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0): In file included from ^engine/engine.h :5: In file included from shared/cube.h:72: shared/glemu.h:77:51: shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF'warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);shared/glexts.h :156 ^:36 : note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60In file included from engine/console.cpp::35: :In file included from engine/engine.hwarning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] :5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' note: 'glVertexAttrib4fv' has been explicitly marked deprecated here glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); 32 ^: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from engine/command.cpp:4: In file included from engine/engine.h:extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/command.cpp GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h::694:: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:6154: note: expanded from macro 'GLE_ATTRIBPOINTER' :5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glemu.hshared/glexts.h::47156::936:: note: note: expanded from macro 'GLE_INITATTRIBF'expanded from macro 'glEnableVertexAttribArray_' GLE_INITATTRIB(name, index, f, float) \ ^ #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ shared/glemu.h/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here :extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 43:In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:7259: : note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: shared/glemu.hexpanded from here:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: glVertexAttrib2f_note: expanded from macro 'GLE_ATTRIBPOINTER'^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157#define glVertexAttrib2f_ glVertexAttrib2f: 37 ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);note: expanded from macro 'glDisableVertexAttribArray_' ^ #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here In file included from engine/console.cpp:3: In file included from engine/engine.h:glVertexAttrib3f_5 : ^In file included from shared/cube.hshared/glexts.h::72167: :shared/glemu.h:2779:: 5note: :expanded from macro 'glVertexAttrib3f_' warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttrib3f_ glVertexAttrib3f GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' ^ glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here :2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61 static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' :5:#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hwarning: :2917:'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 13: GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) note: ^'glEnableVertexAttribArray' has been explicitly marked deprecated here shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here In file included from engine/console.cpp:3: In file included from engine/engine.h:glVertexAttrib4f_ 5^: In file included from shared/cube.h:shared/glexts.h72:: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 171 GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ): 27 ^: shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);shared/glemu.h : ^48 :49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:In file included from 13engine/console.cpp:: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here 3extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49 static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \:58 : ^ note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.hshared/glexts.h::156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^: 2917:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h13::2908 :note: 13'glEnableVertexAttribArray' has been explicitly marked deprecated here: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h :61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70: static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \46 : ^ note: shared/glexts.hexpanded from macro 'GLE_ATTRIBPOINTER' : static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ 164:28: note: expanded from macro 'glVertexAttrib2fv_' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here #define glVertexAttrib2fv_ glVertexAttrib2fv ^ extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5shared/glemu.h:51: :In file included from 50shared/cube.h:: 72note: : expanded from macro 'GLE_INITATTRIBF'shared/glemu.h :82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ #define glVertexAttrib4fv_ glVertexAttrib4fv ^shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/command.cpp:4: In file included from engine/engine.h:5 GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 46 static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); }: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h ^ :shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here 171:27: note: expanded from macro 'glVertexAttrib4f_' extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here In file included from extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);engine/console.cpp : ^ 3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' In file included from engine/command.cpp:#define glVertexAttribPointer_ glVertexAttribPointer4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' ^ #define glVertexAttrib4f_ glVertexAttrib4f ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.hIn file included from :engine/command.cpp5:: 4In file included from : shared/cube.hIn file included from :engine/engine.h72:: 5shared/glemu.h: :In file included from 83shared/cube.h::572:: shared/glemu.hwarning: :'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, )shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER':2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.hextern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);: ^ 156:36: note: expanded from macro 'glEnableVertexAttribArray_' In file included from #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:835:: 5: warning: In file included from 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \ shared/glexts.h ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' :156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from engine/command.cpp:4: In file included from extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h51::72 : warning: shared/glemu.h'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) shared/glexts.h:157:37: ^ note: expanded from macro 'glDisableVertexAttribArray_' shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ note: ^'glDisableVertexAttribArray' has been explicitly marked deprecated here shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ In file included from engine/command.cppshared/glemu.h::470: :In file included from 46engine/engine.h:: 5note: : expanded from macro 'GLE_ATTRIBPOINTER'In file included from shared/cube.h static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' :72#define glDisableVertexAttribArray_ glDisableVertexAttribArray: shared/glemu.h ^: 78:5: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:5413:: note: note: expanded from macro 'GLE_ATTRIBPOINTER''glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, )engine/command.cpp : ^4 : In file included from shared/glemu.hengine/engine.h::573: :In file included from 13shared/cube.h:: 72note: : expanded from macro 'GLE_ATTRIBPOINTER'shared/glemu.h :78:5: glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glexts.h:186:32: note: GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:In file included from 36engine/command.cpp:: 4note: : expanded from macro 'glEnableVertexAttribArray_'In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here 78:extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); 5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:In file included from engine/console.cpp13:: note: expanded from macro 'GLE_ATTRIBPOINTER' 3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertexAttribPointer_(index, size, type, normalized, stride, data); \ GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ ^ shared/glemu.h:70shared/glexts.h::186:32: note: 46expanded from macro 'glVertexAttribPointer_': note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:#define glVertexAttribPointer_ glVertexAttribPointer157: 37 ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here :extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 85'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] :5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hIn file included from :engine/command.cpp2867::413: :In file included from engine/engine.hnote: :'glBindBuffer' has been explicitly marked deprecated here5 : In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14);'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.hshared/glexts.h::72157: :shared/glemu.h37::88 :note: 37expanded from macro 'glDisableVertexAttribArray_': warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here :extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); In file included from ^engine/command.cpp :4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23:: note: note: expanded from macro 'glBindBuffer_' 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:In file included from 72engine/console.cpp: :shared/glemu.h3:: 80In file included from :engine/engine.h5::5 : warning: In file included from 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]shared/cube.h :72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); }shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' glVertexAttribPointer_(index, size, type, normalized, stride, data); \#define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/command.cpp:1206:45: warning: variable 'numargs' set but not used [-Wunused-but-set-variable] int comtype = CODE_COM, numargs = 0; ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/decal.o engine/decal.cpp In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:87:19: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vbo) { glDeleteBuffers_(1, &vbo); vbo = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:222:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:223:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:238:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:239:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:250:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_DST_COLOR, GL_SRC_COLOR); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:255:35: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(flags&DF_INVMOD) { glBlendFunc(GL_ZERO, GL_ONE_MINUS_SRC_COLOR); zerofogcolor(); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:256:37: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(flags&DF_ADD) { glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_COLOR); zerofogcolor(); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:257:18: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:263:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:265:20: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!vbo) { glGenBuffers_(1, &vbo); dirty = true; } ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:271:13: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, maxverts*sizeof(decalvert), NULL, GL_STREAM_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:272:13: warning: 'glBufferSubData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferSubData_(GL_ARRAY_BUFFER, 0, count*sizeof(decalvert), &verts[startvert]); ^ shared/glexts.h:109:26: note: expanded from macro 'glBufferSubData_' #define glBufferSubData_ glBufferSubData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2872:13: note: 'glBufferSubData' has been explicitly marked deprecated here extern void glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:275:17: warning: 'glBufferSubData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferSubData_(GL_ARRAY_BUFFER, count*sizeof(decalvert), endvert*sizeof(decalvert), verts); ^ shared/glexts.h:109:26: note: expanded from macro 'glBufferSubData_' #define glBufferSubData_ glBufferSubData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2872:13: note: 'glBufferSubData' has been explicitly marked deprecated here extern void glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:287:9: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawArrays(GL_TRIANGLES, 0, count); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 110 warnings generated. 124 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/dynlight.o engine/dynlight.cpp clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/glare.o engine/glare.cpp In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55 shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' :5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttrib3fv_ glVertexAttrib3fv ^ GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:shared/glemu.h13::47 :note: 9'glVertexAttrib3fv' has been explicitly marked deprecated here: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);shared/glemu.h : ^42 :51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5In file included from :engine/glare.cpp :warning: 1'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: In file included from engine/engine.h:5: In file included from shared/cube.h: GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: 72expanded from here: shared/glemu.h:55glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f: 5 ^: warning: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:In file included from 2889engine/dynlight.cpp::1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' In file included from engine/dynlight.cpp:1: In file included from engine/engine.h: static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: 5note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ : In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);shared/glemu.h : ^56 :5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here In file included from engine/dynlight.cpp:1glVertexAttrib1f_: In file included from ^engine/engine.h :5: shared/glexts.hIn file included from :shared/cube.h159::7227: :shared/glemu.h :note: 55expanded from macro 'glVertexAttrib1f_': 5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: GLE_INITATTRIBF(vertex, ATTRIB_VERTEX)2882 : ^13 : note: shared/glemu.h'glVertexAttrib1f' has been explicitly marked deprecated here: 48:49: note: expanded from macro 'GLE_INITATTRIBF' extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' In file included from GLE_INITATTRIB(name, index, f, float) \engine/dynlight.cpp : ^1 : In file included from shared/glemu.hengine/engine.h::435:: 59In file included from :shared/cube.h :note: 72expanded from macro 'GLE_INITATTRIB': shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ ^ shared/glemu.h:151::1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' 49:58:#define glVertexAttrib2f_ glVertexAttrib2f ^ note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hshared/glexts.h::2888171::1327:: note: note: 'glVertexAttrib2f' has been explicitly marked deprecated hereexpanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ :13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);: 5 ^: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ :154:1shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' : note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167 static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \: 27 ^: note: expanded from macro 'glVertexAttrib3f_' shared/glexts.h:164:28: note: #define glVertexAttrib3f_ glVertexAttrib3fexpanded from macro 'glVertexAttrib2fv_' ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ In file included from engine/dynlight.cpp: ^1 : shared/glemu.hIn file included from :engine/engine.h45::575: :In file included from shared/cube.hnote: :expanded from macro 'GLE_INITATTRIB'72 : shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' :157:1 static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^#define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h::72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48 :warning: 49:'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h: GLE_INITATTRIBF(color, ATTRIB_COLOR)168 : ^28 : note: shared/glemu.hexpanded from macro 'glVertexAttrib3fv_': 47:9: note: expanded from macro 'GLE_INITATTRIBF' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h51: note: expanded from macro 'GLE_INITATTRIB' :2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ In file included from engine/glare.cpp::148:1: note: expanded from here glVertexAttrib1f_ ^ 1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glexts.h GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: :note: 159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here expanded from macro 'glVertexAttrib4f_' extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cppIn file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: :1: In file included from engine/engine.h:5: In file included from shared/cube.h:72expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ : /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894shared/glemu.h::1356:: 5note: :'glVertexAttrib3f' has been explicitly marked deprecated here warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: ^note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]2889 :13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);shared/glemu.h : ^45 :75: note: expanded from macro 'GLE_INITATTRIB' In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5 static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: 1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: note: expanded from macro 'GLE_INITATTRIBF' expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hIn file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] :2909 GLE_INITATTRIBF(color, ATTRIB_COLOR): ^13 :shared/glemu.h :note: 'glVertexAttrib4fv' has been explicitly marked deprecated here48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h :168:28: note: expanded from macro 'glVertexAttrib3fv_' extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/dynlight.cpp:1: static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); }In file included from engine/engine.h ^ shared/glexts.h:182:29:: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub 5 ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:: In file included from shared/cube.h:72: shared/glemu.h:290156::5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: 13note: :expanded from macro 'GLE_INITATTRIBF' note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14);shared/glexts.h : ^171 :27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from In file included from shared/cube.hengine/dynlight.cpp::721: : shared/glemu.hIn file included from :engine/engine.h59::548: :In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h: static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); }50 : ^50 : note: shared/glexts.hexpanded from macro 'GLE_INITATTRIBF': 183:30: note: expanded from macro 'glVertexAttrib4Nubv_' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^#define glVertexAttrib4Nubv_ glVertexAttrib4Nubv shared/glexts.h ^: 164:28/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:: 2902note: :expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14);: 13 ^: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' 56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIB(name, index, f, float) \ GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h: ^172 :28shared/glemu.h:: 42note: :expanded from macro 'glVertexAttrib4fv_'51 : note: expanded from macro 'GLE_INITATTRIB' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ note: ^'glVertexAttrib4fv' has been explicitly marked deprecated here :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' In file included from engine/dynlight.cpp:1: In file included from engine/engine.h static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \: 5 ^: In file included from shared/cube.h:72: shared/glemu.h:57:5:: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255)166:1: note: expanded from here ^ glVertexAttrib2f_ ^shared/glemu.h :53:shared/glexts.h86::163 :note: 27expanded from macro 'GLE_INITATTRIBN': note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); }note: 'glVertexAttrib2f' has been explicitly marked deprecated here ^ :160:1: extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' In file included from engine/dynlight.cpp:1: In file included from GLE_INITATTRIB(name, index, f, float) \engine/engine.h : ^5 : In file included from shared/cube.hshared/glemu.h::7244: :shared/glemu.h67::58 :note: 66expanded from macro 'GLE_INITATTRIB': warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h::169182::129:: note: note: expanded from hereexpanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^#define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/glare.cpp:1: In file included from static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); }engine/engine.h : ^5 : In file included from shared/cube.hshared/glexts.h::72183: :shared/glemu.h30::60 :note: 5expanded from macro 'glVertexAttrib4Nubv_': warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^: 2902:13shared/glemu.h:: 47note: :'glVertexAttrib4Nubv' has been explicitly marked deprecated here9 : note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); }shared/cube.h : ^72 : shared/glemu.h:60:5:: 172warning: :'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]1 : note: expanded from here GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)glVertexAttrib4f_ ^^ shared/glemu.hshared/glexts.h::47171::927:: note: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:expanded from macro 'GLE_INITATTRIBF'2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' In file included from engine/glare.cpp:#define glVertexAttrib1f_ glVertexAttrib1f1 : ^In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' : static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^2882 shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^: 13/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:: note: 'glVertexAttrib1f' has been explicitly marked deprecated here 2895:13: note: extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14);'glVertexAttrib3fv' has been explicitly marked deprecated here ^ extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.hIn file included from :engine/dynlight.cpp171::127: :In file included from engine/engine.hnote: :expanded from macro 'glVertexAttrib4f_'5 : In file included from shared/cube.h:72: shared/glemu.h:60#define glVertexAttrib4f_ glVertexAttrib4f: 5 ^: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2908:13: GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.hnote: :'glVertexAttrib4f' has been explicitly marked deprecated here47 :9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.hextern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);:72 : shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h: ^50 :50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: In file included from expanded from hereengine/glare.cpp :1: In file included from glVertexAttrib3f_engine/engine.h :^5 : In file included from shared/glexts.h:167:27shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] : note: expanded from macro 'glVertexAttrib3f_' GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:#define glVertexAttrib3f_ glVertexAttrib3f51 : ^50 : note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h : ^2894 :13:shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ note: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h'glVertexAttrib3f' has been explicitly marked deprecated here: 2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' In file included from engine/glare.cpp:1: In file included from static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61 ^: 5: warning: :'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]172 GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ :shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' 1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); : ^ 175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' In file included from engine/glare.cpp:1: In file included from engine/engine.h:5 static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \: In file included from ^shared/cube.h :shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ 72/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ : shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.hshared/glemu.h::6047::5:9 warning: :'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \note: expanded from here ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);#define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here ^ extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/glare.cpp:1: In file included from engine/engine.h: GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)5 : ^In file included from shared/cube.h:shared/glemu.h72:: 51shared/glemu.h::5061:: 5note: :expanded from macro 'GLE_INITATTRIBF' warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1)shared/glexts.h ^:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB': note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.hglVertexAttrib3f_ :^72 : shared/glemu.h:61:5:shared/glexts.h :warning: 167'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 27: note: expanded from macro 'glVertexAttrib3f_' GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ #define glVertexAttrib3f_ glVertexAttrib3fshared/glemu.h : ^47 :9: note: expanded from macro 'GLE_INITATTRIBF' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: GLE_INITATTRIB(name, index, f, float) \ note: 'glVertexAttrib3f' has been explicitly marked deprecated here ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9 : GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) note: expanded from macro 'GLE_INITATTRIBF' ^ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:47:9shared/glemu.h:43::59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here note: expanded from macro 'GLE_INITATTRIBF' glVertexAttrib2f_ ^ GLE_INITATTRIB(name, index, f, float) \ ^shared/glexts.h :163shared/glemu.h::2745:: 75note: :expanded from macro 'glVertexAttrib2f_' note: expanded from macro 'GLE_INITATTRIB' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:In file included from engine/dynlight.cpp:1: In file included from 2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here engine/engine.h:5: In file included from shared/cube.h:72extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);: shared/glemu.h ^: 61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ glVertexAttrib3f_ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' ^ static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: shared/glexts.hexpanded from macro 'glVertexAttrib3fv_': 167:27: #define glVertexAttrib3fv_ glVertexAttrib3fvnote: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::132895:: 13note: : note: 'glVertexAttrib3fv' has been explicitly marked deprecated here 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1)note: ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' 'glVertexAttrib4f' has been explicitly marked deprecated here GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_'In file included from engine/glare.cpp:1: In file included from engine/engine.h:#define glVertexAttrib4f_ glVertexAttrib4f5 : ^In file included from shared/cube.h:72: shared/glemu.h:61:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 5:'glVertexAttrib4f' has been explicitly marked deprecated here warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50 : note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' ^#define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61shared/glemu.h::5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1)61: 5 ^: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48 static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }: 49 ^: note: shared/glexts.hexpanded from macro 'GLE_INITATTRIBF': 172:28: static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \note: ^ shared/glexts.h:168:28expanded from macro 'glVertexAttrib4fv_': note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^#define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:In file included from 2909:13: note: engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 'glVertexAttrib4fv' has been explicitly marked deprecated here GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.hIn file included from :engine/dynlight.cpp171::127: :In file included from engine/engine.hnote: :expanded from macro 'glVertexAttrib4f_'5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50#define glVertexAttrib4f_ glVertexAttrib4f: ^note: expanded from macro 'GLE_INITATTRIBF'/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13:In file included from engine/dynlight.cpp:1: In file included from note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5:In file included from engine/glare.cppwarning: :'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]1 : In file included from engine/engine.h GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] : note: expanded from macro 'GLE_INITATTRIBF' static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ :171shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909::27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here 2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13:In file included from engine/dynlight.cppnote: :'glVertexAttrib4f' has been explicitly marked deprecated here1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60 : warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27:In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: note: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] expanded from macro 'glVertexAttrib4f_' static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' In file included from #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13:engine/dynlight.cpp :note: 1'glEnableVertexAttribArray' has been explicitly marked deprecated here: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here In file included from engine/glare.cpp:1extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);: ^In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);In file included from engine/dynlight.cpp ^: 1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:In file included from 13engine/glare.cpp:: 1note: : 'glVertexAttrib4f' has been explicitly marked deprecated hereIn file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \In file included from shared/cube.h ^: 72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.hshared/glexts.h::156172::3628:: note: note: expanded from macro 'glEnableVertexAttribArray_'expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ #define glEnableVertexAttribArray_ glEnableVertexAttribArray /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^: 2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated hereextern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78In file included from :engine/dynlight.cpp5::1 : warning: In file included from 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]engine/engine.h :5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable())'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ ^ shared/glexts.h:156shared/glexts.h::36157:: 37note: :expanded from macro 'glEnableVertexAttribArray_' note: expanded from macro 'glDisableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:In file included from 77engine/glare.cpp::511:: warning: In file included from 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here shared/glexts.h:extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ 157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:In file included from 156engine/dynlight.cpp::361:: In file included from note: engine/engine.hexpanded from macro 'glEnableVertexAttribArray_': 5: In file included from shared/cube.h:72: shared/glemu.h:78:5:#define glEnableVertexAttribArray_ glEnableVertexAttribArray warning: ^'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hextern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ :2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 5 GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' : warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glemu.h:shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13:70 :note: 46'glDisableVertexAttribArray' has been explicitly marked deprecated here: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from engine/glare.cpp glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ :shared/glexts.h1: In file included from engine/engine.h:5: In file included from :shared/cube.h186::7232: :shared/glemu.h :note: 79expanded from macro 'glVertexAttribPointer_': 5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: 2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here note: expanded from macro 'glVertexAttribPointer_'extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72#define glVertexAttribPointer_ glVertexAttribPointer: shared/glemu.h ^: 79:5: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hwarning: :'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]2916 :13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' In file included from #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here engine/glare.cpp:1: In file included from engine/engine.h:extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) In file included from engine/dynlight.cpp:1: In file included from ^engine/engine.h :5: shared/glemu.hIn file included from :shared/cube.h69::7254: :shared/glemu.h :note: 79expanded from macro 'GLE_ATTRIBPOINTER': 5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) shared/glexts.h ^: 156:36shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' : note: expanded from macro 'glEnableVertexAttribArray_' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13 : note: shared/glexts.h'glEnableVertexAttribArray' has been explicitly marked deprecated here: 157:37: note: expanded from macro 'glDisableVertexAttribArray_' extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, )engine/dynlight.cpp : ^1 : In file included from shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' engine/engine.h:5: In file included from static inline void disable##name() { glDisableVertexAttribArray_(index); } \shared/cube.h : ^72 : shared/glemu.hshared/glexts.h::79157::537:: warning: note: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54:In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \expanded from macro 'GLE_ATTRIBPOINTER' ^ shared/glexts.h:186:32: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ note: expanded from macro 'glVertexAttribPointer_' ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_'In file included from #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here engine/glare.cpp:1extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);: In file included from engine/engine.h: 5 ^: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' In file included from #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' In file included from engine/glare.cpp:1: #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.hextern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);: 81 ^:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.hIn file included from :engine/glare.cpp81::15: In file included from engine/engine.h:5: :In file included from shared/cube.hwarning: :'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]72 : shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) shared/glemu.h ^:73 shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' :13: note: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \expanded from macro 'GLE_ATTRIBPOINTER' ^ shared/glexts.h:156:36: glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^note: expanded from macro 'glEnableVertexAttribArray_' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ :2916:13:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :note: 2917'glVertexAttribPointer' has been explicitly marked deprecated here:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] engine/engine.h:5: In file included from shared/cube.h GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ): 72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ shared/glemu.h:70:46: note: GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, )expanded from macro 'GLE_ATTRIBPOINTER' ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \37 : ^ note: expanded from macro 'glDisableVertexAttribArray_'shared/glexts.h :156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ #define glEnableVertexAttribArray_ glEnableVertexAttribArray/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h : ^2918 :13:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :note: 2917'glDisableVertexAttribArray' has been explicitly marked deprecated here: 13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, )shared/cube.h :72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' ^ shared/glemu.h:70:46: glVertexAttribPointer_(index, size, type, normalized, stride, data); \ note: ^expanded from macro 'GLE_ATTRIBPOINTER' shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ #define glVertexAttribPointer_ glVertexAttribPointershared/glexts.h : ^157 :/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ 37: note: expanded from macro 'glDisableVertexAttribArray_' In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h54:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here : note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); note: ^ expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: In file included from note: engine/dynlight.cppexpanded from macro 'GLE_ATTRIBPOINTER': 1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82: glVertexAttribPointer_(index, size, type, normalized, stride, data); \5 : ^ warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]shared/glexts.h :186:32: note: expanded from macro 'glVertexAttribPointer_' GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ #define glVertexAttribPointer_ glVertexAttribPointershared/glemu.h : ^70 :46: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hnote: :expanded from macro 'GLE_ATTRIBPOINTER'2916 :13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83In file included from engine/dynlight.cpp:1: In file included from :5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.hnote: :expanded from macro 'GLE_ATTRIBPOINTER' 82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, )note: expanded from macro 'glEnableVertexAttribArray_' ^ shared/glemu.h:73:13: note: #define glEnableVertexAttribArray_ glEnableVertexAttribArrayexpanded from macro 'GLE_ATTRIBPOINTER' ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.hIn file included from :engine/dynlight.cpp83:1: In file included from engine/engine.h:5: In file included from shared/cube.h::725: :shared/glemu.h :warning: 83'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ ^ shared/glexts.h:156:36:shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' note: #define glVertexAttribPointer_ glVertexAttribPointer ^ expanded from macro 'glEnableVertexAttribArray_' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13:#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' In file included from #define glDisableVertexAttribArray_ glDisableVertexAttribArrayengine/glare.cpp : ^1 : In file included from engine/engine.h:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h5:: 2918In file included from shared/cube.h:72: :shared/glemu.h13::84 note: :'glDisableVertexAttribArray' has been explicitly marked deprecated here 5: warning: extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]In file included from engine/dynlight.cpp:1: In file included from engine/engine.h :5: In file included from shared/cube.h:72: shared/glemu.h:83: GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, )5 : ^ warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]shared/glemu.h :69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156 note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::36: note: expanded from macro 'glEnableVertexAttribArray_' 2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.hextern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);: 84 ^: 5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, )In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from ^ shared/glemu.h:69:54shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] : note: expanded from macro 'GLE_ATTRIBPOINTER' GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \shared/glexts.h : ^156:36: note: expanded from macro 'glEnableVertexAttribArray_' shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: In file included from note: engine/dynlight.cppexpanded from macro 'glVertexAttribPointer_': 1: In file included from engine/engine.h:5: #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from shared/cube.hextern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ :72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: In file included from expanded from macro 'glVertexAttribPointer_'engine/glare.cpp :1: In file included from engine/engine.h:5: #define glVertexAttribPointer_ glVertexAttribPointerIn file included from shared/cube.h ^: 72: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hshared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ :2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, )In file included from shared/cube.h ^: 72: shared/glemu.hshared/glemu.h::7085::465:: note: warning: expanded from macro 'GLE_ATTRIBPOINTER' 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157 GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ): 37 ^: note: shared/glemu.hexpanded from macro 'glDisableVertexAttribArray_': #define glDisableVertexAttribArray_ glDisableVertexAttribArray69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] :2918:13: GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) note: ^'glDisableVertexAttribArray' has been explicitly marked deprecated here shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:In file included from engine/dynlight.cpp:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13expanded from macro 'glVertexAttribPointer_': note: expanded from macro 'GLE_ATTRIBPOINTER' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 'glBindBuffer' has been explicitly marked deprecated here static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); }extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated hereIn file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14);: 37 ^: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105: static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); }23 : ^ note: expanded from macro 'glBindBuffer_'shared/glexts.h :105:23:#define glBindBuffer_ glBindBuffer note: ^expanded from macro 'glBindBuffer_' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867#define glBindBuffer_ glBindBuffer: 13: ^note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here In file included from engine/glare.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here In file included from engine/dynlight.cpp:1: In file included from engine/engine.hextern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp::5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 1: In file included from engine/engine.h:5: In file included from shared/cube.h static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); }: 72 ^: shared/glemu.h:shared/glexts.h90::10537::23 :warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]note: expanded from macro 'glBindBuffer_' static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated hereextern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:In file included from 440engine/dynlight.cpp::831:: In file included from warning: engine/engine.h'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 92: engine/texture.h void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' :#define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ In file included from engine/glare.cpp:1: In file included from /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hengine/engine.h::293592:: 13engine/texture.h:: 441note: :'glUniform2f' has been explicitly marked deprecated here84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:In file included from engine/glare.cpp:1: In file included from engine/engine.h:9292: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here : engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here In file included from engine/glare.cpp:extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14);1 : ^ In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:48:25: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(rendertex) { glDeleteTextures(1, &rendertex); rendertex = 0; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:58:23: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(blurtex) { glDeleteTextures(1, &blurtex); blurtex = 0; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:66:22: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!blurtex) glGenTextures(1, &blurtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:88:24: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!rendertex) glGenTextures(1, &rendertex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:93:13: warning: 'glDrawBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawBuffer(GL_NONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2465:13: note: 'glDrawBuffer' has been explicitly marked deprecated here extern void glDrawBuffer (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:94:13: warning: 'glReadBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glReadBuffer(GL_NONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2651:13: note: 'glReadBuffer' has been explicitly marked deprecated here extern void glReadBuffer (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:225:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:226:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:230:13: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glScissor(x, y, w, h); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:231:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:240:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, i ? blurtex : rendertex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:245:21: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:247:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:248:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:350:9: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, vieww, viewh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:358:13: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glScissor(sx, sy, sw, sh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:359:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:368:9: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] SAVECOLORMASK ^ engine/engine.h:233:63: note: expanded from macro 'SAVECOLORMASK' if(memcmp(colormask, oldcolormask, sizeof(oldcolormask))) glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:370:26: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!depthtest()) glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:374:26: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!depthtest()) glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:376:24: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissoring) glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:385:9: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] RESTORECOLORMASK ^ engine/engine.h:238:9: note: expanded from macro 'RESTORECOLORMASK' glColorMask(COLORMASK, GL_TRUE); \ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:388:9: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:2: engine/rendertarget.h:456:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, rendertex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/glare.cpp:47:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/glare.cpp:48:5: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_ONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/glare.cpp:52:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, glaretex.rendertex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/glare.cpp:58:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/glare.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 137 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/grass.o engine/grass.cpp 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/irc.o engine/irc.cpp In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:In file included from 2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here engine/irc.cpp:extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ 1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.hextern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.hIn file included from engine/irc.cpp::1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9 : note: expanded from macro 'GLE_INITATTRIBF' extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ In file included from ^ shared/glexts.h:171:engine/irc.cpp27:1:: note: expanded from macro 'glVertexAttrib4f_' In file included from engine/engine.h:5: #define glVertexAttrib4f_ glVertexAttrib4fIn file included from shared/cube.h :72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' ^ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908 static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :13:: 145note: :'glVertexAttrib4f' has been explicitly marked deprecated here1 : note: expanded from here glVertexAttrib4f_ ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/irc.cpp:1: In file included from engine/engine.h GLE_INITATTRIBF(vertex, ATTRIB_VERTEX): 5 ^: In file included from shared/cube.h:shared/glemu.h:50:50:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv note: expanded from macro 'GLE_INITATTRIBF' ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);shared/glexts.h ^: 164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from :shared/cube.h :72: shared/glemu.h:note: 55expanded from macro 'GLE_INITATTRIBF' :5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ ^shared/glemu.h :51:50: note: expanded from macro 'GLE_INITATTRIBF' shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }#define glVertexAttrib4f_ glVertexAttrib4f ^ ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908 :13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here shared/glexts.hextern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);: ^ 172:28: note: expanded from macro 'glVertexAttrib4fv_' In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from #define glVertexAttrib4fv_ glVertexAttrib4fvshared/cube.h : ^72 : shared/glemu.h:55:5:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :warning: 2909'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: ^ note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:In file included from 1engine/irc.cpp: :In file included from 1engine/engine.h: :In file included from 5engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX): In file included from ^shared/cube.h shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ :72: shared/glemu.h:56shared/glexts.h:5:: 172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: note: expanded from macro 'GLE_INITATTRIBF''glVertexAttrib4fv' has been explicitly marked deprecated here GLE_INITATTRIB(name, index, f, float) \ ^ extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:In file included from 13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: In file included from engine/grass.cppexpanded from macro 'GLE_INITATTRIB': 1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ GLE_INITATTRIB(name, index, f, float) \ ^ :148 : ^ 1shared/glemu.h:: 43:note: 59:expanded from here note: expanded from macro 'GLE_INITATTRIB' glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_'extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 59 GLE_INITATTRIBF(color, ATTRIB_COLOR) : ^ note: expanded from macro 'GLE_INITATTRIB' shared/glemu.h static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ ^In file included from engine/grass.cpp :1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h::151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' 56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttrib2f_ glVertexAttrib2f GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: shared/glemu.h'glVertexAttrib2f' has been explicitly marked deprecated here :extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);47 : ^ 9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' In file included from engine/irc.cpp: static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); }1 : ^In file included from engine/engine.h:5: In file included from shared/cube.h:72:: 157shared/glemu.h::156:: 5note: :expanded from here warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertexAttrib4f_ ^ shared/glexts.h:171 GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' :27: note: expanded from macro 'glVertexAttrib4f_' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^#define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13::154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894 :note: 13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF'In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75:shared/cube.h note: expanded from macro 'GLE_INITATTRIB' :72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49 static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); }: note: expanded from macro 'GLE_INITATTRIBF' ^ : static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \157:1: note: expanded from here ^ glVertexAttrib4f_shared/glexts.h ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ :168/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::2908:28: note: expanded from macro 'glVertexAttrib3fv_' 13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:In file included from 56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR)engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49 static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \: ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' note: expanded from macro 'GLE_INITATTRIBF' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28In file included from engine/grass.cpp:1: In file included from : note: expanded from macro 'glVertexAttrib3fv_' engine/engine.h:#define glVertexAttrib3fv_ glVertexAttrib3fv5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50 : note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^ :shared/glexts.h2895:164::2813: :note: expanded from macro 'glVertexAttrib2fv_' note: 'glVertexAttrib3fv' has been explicitly marked deprecated here #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.hIn file included from engine/irc.cpp:1: In file included from engine/engine.h:5: :In file included from 172shared/cube.h:72: shared/glemu.h::28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h56:2909:13:5:: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58:note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);note: expanded from macro 'GLE_INITATTRIBF' ^ In file included from engine/grass.cpp static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] :1 GLE_INITATTRIBF(color, ATTRIB_COLOR) ^: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255)/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:In file included from 13engine/grass.cpp:: 1note: : 'glVertexAttrib4fv' has been explicitly marked deprecated hereIn file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:In file included from 59engine/irc.cpp:48:: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv1 : In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86 ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: : note: expanded from macro 'GLE_INITATTRIBN' 'glVertexAttrib4Nubv' has been explicitly marked deprecated here static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ :160:1: note: expanded from here glVertexAttrib4Nub_In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h::1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h58:159:27: note: expanded from macro 'glVertexAttrib1f_' :66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here In file included from extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:In file included from engine/irc.cpp:172: : shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163 ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here :glVertexAttrib2f_ ^ 1shared/glexts.h::163: 27: note: note: expanded from macro 'glVertexAttrib2f_'expanded from here #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: In file included from warning: engine/irc.cpp'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' 1: In file included from engine/engine.h:5: static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \In file included from shared/cube.h ^: 72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] : GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)169 ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ ::1166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ : note: expanded from here glVertexAttrib3f_ In file included from ^engine/irc.cpp :1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5:shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:In file included from engine/grass.cpp:1: 167In file included from :27:engine/engine.h note: :expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ 5: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hIn file included from :shared/cube.h:72: shared/glemu.h:60:52894:: 13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' In file included from engine/irc.cpp:1: static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: In file included from note: expanded from here engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:warning: 2908'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45In file included from :75engine/grass.cpp:: 1note: : expanded from macro 'GLE_INITATTRIB'In file included from engine/engine.h:5: static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4fIn file included from shared/cube.h ^:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.hextern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);:60 ^ :5In file included from engine/grass.cpp: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] : GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)1 ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' : In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: ^ shared/glexts.h'glVertexAttrib3fv' has been explicitly marked deprecated here: 164:28extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);: ^note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13In file included from :engine/irc.cpp :1: In file included from engine/engine.hnote: :5: 'glVertexAttrib2fv' has been explicitly marked deprecated here In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);shared/cube.h : ^72 : shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h: static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }172:28: ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ note: expanded from macro 'glVertexAttrib4fv_' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1)^ ^ shared/glexts.h:159:27shared/glemu.h: :note: expanded from macro 'glVertexAttrib1f_'47 :9: #define glVertexAttrib1f_ glVertexAttrib1f note: ^expanded from macro 'GLE_INITATTRIBF' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' In file included from engine/irc.cpp:1: In file included from static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \engine/engine.h : ^5 : In file included from shared/cube.h:72: shared/glemu.h:61::175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' 5:#define glVertexAttrib1f_ glVertexAttrib1f ^ warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ GLE_INITATTRIB(name, index, f, float) \ :4:1: ^ note: shared/glemu.h:expanded from here43: 59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.hglVertexAttrib2f_: 163^: shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' 27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: #define glVertexAttrib2f_ glVertexAttrib2f'glVertexAttrib2f' has been explicitly marked deprecated here ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB'In file included from engine/grass.cpp :1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \:7 ^ :7:1: note: expanded from here :1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' glVertexAttrib3f_ #define glVertexAttrib3f_ glVertexAttrib3f^ ^ shared/glexts.h:167:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^:2894:13 : note: 'glVertexAttrib3f' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:engine/grass.cpp5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ ::10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ 1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' shared/glemu.h static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171 ^: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here 27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^ :2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171In file included from engine/grass.cpp::27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ 1/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908: :In file included from 13:engine/engine.h :5: In file included from shared/cube.h:72: shared/glemu.h:61:note: 'glVertexAttrib4f' has been explicitly marked deprecated here 5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: ^note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:expanded from macro 'glVertexAttrib3fv_'72 : shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv#define glVertexAttrib2fv_ glVertexAttrib2fv ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here :2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: : 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49: static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ 58/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here :extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);shared/glemu.h : ^ 63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); }: 61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: In file included from 'glVertexAttrib4fv' has been explicitly marked deprecated hereengine/irc.cpp :1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);: ^warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27:In file included from engine/irc.cpp note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ :/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 1: extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); In file included from ^ engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13:#define glVertexAttrib4f_ glVertexAttrib4f note: ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from In file included from engine/irc.cppengine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] :1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h: static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ 66shared/glexts.h:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] :172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' ^ #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ In file included from engine/irc.cpp:1: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5In file included from engine/irc.cpp: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] :1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable())expanded from macro 'GLE_ATTRIBPOINTER' ^ shared/glemu.h:70:46: static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ : /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here 2918:13:extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h: ^72 : shared/glemu.h:78shared/glexts.h::5186:: 32warning: :'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hshared/glemu.h::291673::1313:: note: note: 'glVertexAttribPointer' has been explicitly marked deprecated hereexpanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: In file included from engine/irc.cpp:note: 1'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ : In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: In file included from note: engine/grass.cpp:1: In file included from engine/engine.h:'glEnableVertexAttribArray' has been explicitly marked deprecated here5 extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here : In file included from shared/cube.h:extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);72: ^ shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^In file included from engine/irc.cpp: 1: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' In file included from engine/grass.cpp:1: In file included from engine/engine.h:#define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here 5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);In file included from engine/irc.cpp ^: 1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: In file included from engine/grass.cpp:expanded from macro 'glEnableVertexAttribArray_'1 : In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:#define glEnableVertexAttribArray_ glEnableVertexAttribArray5 : ^ warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13 GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ): ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13note: : 'glEnableVertexAttribArray' has been explicitly marked deprecated herenote: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from In file included from engine/grass.cppengine/irc.cpp:1:: In file included from 1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80engine/engine.h:5:: In file included from shared/cube.h:72: shared/glemu.h:805::5 warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' : warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' static inline void disable##name() { glDisableVertexAttribArray_(index); } \#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ ^shared/glexts.h :157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from In file included from engine/irc.cppengine/grass.cpp::11: : In file included from In file included from engine/engine.hengine/engine.h::55: : In file included from In file included from shared/cube.hshared/cube.h::7272: : shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ note: 'glVertexAttribPointer' has been explicitly marked deprecated here shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);#define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/irc.cpp:1In file included from : engine/grass.cppIn file included from :engine/engine.h1:: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 5: In file included from GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, )shared/cube.h : ^72 : shared/glemu.h:shared/glemu.h81::695::54 :warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ 69/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::291754:: note: 13expanded from macro 'GLE_ATTRIBPOINTER': note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated hereIn file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81 :extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);5 : ^ warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.hIn file included from :157:engine/irc.cpp37::1 : note: In file included from expanded from macro 'glDisableVertexAttribArray_'engine/engine.h: 5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' In file included from #define glVertexAttribPointer_ glVertexAttribPointerengine/grass.cpp : ^1 : In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from engine/irc.cpp:1: In file included from engine/engine.hextern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ :5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ 72 ^: shared/glemu.h:82: shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' 5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, )#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ shared/glemu.h ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here :extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); 69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' ^ static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) In file included from ^engine/irc.cpp :shared/glemu.h1:70: :46In file included from : note: expanded from macro 'GLE_ATTRIBPOINTER' engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5 static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37:: note: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here : note: expanded from macro 'glDisableVertexAttribArray_' extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5In file included from :engine/irc.cpp :warning: 1'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] : GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, )In file included from engine/engine.h ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' :5: In file included from shared/cube.h:72: shared/glemu.h: glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here 83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13 GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ): ^ note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37:In file included from engine/grass.cpp :note: expanded from macro 'glDisableVertexAttribArray_'1 : In file included from engine/engine.h:#define glDisableVertexAttribArray_ glDisableVertexAttribArray5 ^: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.hextern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^: 70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' In file included from engine/irc.cpp:1: In file included from engine/engine.h:5#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ : In file included from /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hshared/cube.h::72: 2918shared/glemu.h::83:135:: warning: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' In file included from engine/grass.cpp:1: In file included from engine/engine.h:#define glVertexAttribPointer_ glVertexAttribPointer ^5 : /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from shared/cube.h:72: extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^shared/glexts.h:186 :32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointershared/glemu.h ^ :69:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ 54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: In file included from engine/grass.cpp:1: In file included from engine/engine.h:5note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here : In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:In file included from engine/grass.cpp:1: In file included from 84engine/engine.h::5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 5: GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, )warning: ^'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, )#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here ^extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2918shared/glemu.h::1373:: 13note: :'glDisableVertexAttribArray' has been explicitly marked deprecated here note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:: 5shared/glemu.h:: 84warning: :'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]5 : warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32 static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ : note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13:In file included from engine/grass.cppnote: :'glVertexAttribPointer' has been explicitly marked deprecated here1 : In file included from engine/engine.h:extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ 5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h static inline void disable##name() { glDisableVertexAttribArray_(index); } \: 69 ^: 54shared/glexts.h:: 157note: :expanded from macro 'GLE_ATTRIBPOINTER'37 : note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) In file included from ^engine/grass.cpp :1: In file included from engine/engine.h:5shared/glemu.h:70: :In file included from shared/cube.h46: note: expanded from macro 'GLE_ATTRIBPOINTER' :72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73shared/glexts.h::157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ 13: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here note: expanded from macro 'GLE_ATTRIBPOINTER'extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);5 ^: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h: glVertexAttribPointer_(index, size, type, normalized, stride, data); \105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13 : note: 'glBindBuffer' has been explicitly marked deprecated here ^ extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from In file included from engine/grass.cpp:1engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h: :In file included from 89shared/cube.h::5772:: shared/glemu.hwarning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: 2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); In file included from engine/irc.cpp:1: ^ In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' In file included from engine/grass.cpp:1: In file included from engine/engine.h#define glBindBuffer_ glBindBuffer: 5 ^: In file included from shared/cube.h:72: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hshared/glemu.h::286790::1337:: note: warning: 'glBindBuffer' has been explicitly marked deprecated here'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); In file included from ^engine/irc.cpp :1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ In file included from engine/irc.cppshared/glexts.h::1151: :In file included from 29engine/engine.h:: 92note: : expanded from macro 'glUniformMatrix2fv_'engine/texture.h :387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]#define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92 ^: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; shared/glexts.h ^: shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' 135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); : ^ 13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cppIn file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] : void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } 1 ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13:: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break;note: 'glUniform2fv' has been explicitly marked deprecated here ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14);#define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934 :13: note: 'glUniform1f' has been explicitly marked deprecated here ^ extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/grass.cpp:1: In file included from engine/engine.h: void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } 92 ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here : extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.h:389:33: In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' warning: #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h: 151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here In file included from engine/irc.cpp:extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14);1: In file included from ^ engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/grass.cpp:1: In file included from engine/engine.h: void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); }92: ^engine/texture.h :391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glexts.h:147:23: case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break;note: expanded from macro 'glUniform1iv_' ^#define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_'warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here #define glUniform3f_ glUniform3f ^ extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/irc.cpp:360:73: warning: address of array 'n->passkey' will always evaluate to 'true' [-Wpointer-bool-conversion] if(!s || !*s) { ircprintf(n, 4, NULL, "current password is: %s", n->passkey && *n->passkey ? "" : ""); return; } ~~~^~~~~~~ ~~ shared/command.h:374:105: note: expanded from macro 'ICOMMAND' #define ICOMMAND(flags, name, nargs, proto, b) ICOMMANDN(flags, name, ICOMMANDNAME(name), nargs, proto, b) ^ shared/command.h:372:106: note: expanded from macro 'ICOMMANDN' #define ICOMMANDN(flags, name, cmdname, nargs, proto, b) ICOMMANDNS(flags, #name, cmdname, nargs, proto, b) ^ shared/command.h:371:7: note: expanded from macro 'ICOMMANDNS' { b; } ^ engine/irc.cpp:366:77: warning: address of array 'n->authcommand' will always evaluate to 'true' [-Wpointer-bool-conversion] if(!s || !*s) { ircprintf(n, 4, NULL, "current auth command is: %s", n->authcommand && *n->authcommand ? "" : ""); return; } ~~~^~~~~~~~~~~ ~~ shared/command.h:374:105: note: expanded from macro 'ICOMMAND' #define ICOMMAND(flags, name, nargs, proto, b) ICOMMANDN(flags, name, ICOMMANDNAME(name), nargs, proto, b) ^ shared/command.h:372:106: note: expanded from macro 'ICOMMANDN' #define ICOMMANDN(flags, name, cmdname, nargs, proto, b) ICOMMANDNS(flags, #name, cmdname, nargs, proto, b) ^ shared/command.h:371:7: note: expanded from macro 'ICOMMANDNS' { b; } ^ engine/irc.cpp:372:109: warning: address of array 'n->authpass' will always evaluate to 'true' [-Wpointer-bool-conversion] if(!s || !*s || !t || !*t) { ircprintf(n, 4, NULL, "current auth details are: %s (%s)", n->authname, n->authpass && *n->authpass ? "" : ""); return; } ~~~^~~~~~~~ ~~ shared/command.h:374:105: note: expanded from macro 'ICOMMAND' #define ICOMMAND(flags, name, nargs, proto, b) ICOMMANDN(flags, name, ICOMMANDNAME(name), nargs, proto, b) ^ shared/command.h:372:106: note: expanded from macro 'ICOMMANDN' #define ICOMMANDN(flags, name, cmdname, nargs, proto, b) ICOMMANDNS(flags, #name, cmdname, nargs, proto, b) ^ shared/command.h:371:7: note: expanded from macro 'ICOMMANDNS' { b; } ^ engine/irc.cpp:465:93: warning: address of array 'c->passkey' will always evaluate to 'true' [-Wpointer-bool-conversion] if(!s || !*s) { ircprintf(n, 4, NULL, "channel %s current password is: %s", c->name, c->passkey && *c->passkey ? "" : ""); return; } ~~~^~~~~~~ ~~ shared/command.h:374:105: note: expanded from macro 'ICOMMAND' #define ICOMMAND(flags, name, nargs, proto, b) ICOMMANDN(flags, name, ICOMMANDNAME(name), nargs, proto, b) ^ shared/command.h:372:106: note: expanded from macro 'ICOMMANDN' #define ICOMMANDN(flags, name, cmdname, nargs, proto, b) ICOMMANDNS(flags, #name, cmdname, nargs, proto, b) ^ shared/command.h:371:7: note: expanded from macro 'ICOMMANDNS' { b; } ^ engine/grass.cpp:286:19: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!grassvbo) glGenBuffers_(1, &grassvbo); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/grass.cpp:290:5: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, grassvbosize, size == grassvbosize ? grassverts.getbuf() : NULL, GL_STREAM_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/grass.cpp:291:30: warning: 'glBufferSubData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(size != grassvbosize) glBufferSubData_(GL_ARRAY_BUFFER, 0, size, grassverts.getbuf()); ^ shared/glexts.h:109:26: note: expanded from macro 'glBufferSubData_' #define glBufferSubData_ glBufferSubData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2872:13: note: 'glBufferSubData' has been explicitly marked deprecated here extern void glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/grass.cpp:299:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/grass.cpp:300:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/grass.cpp:301:5: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/grass.cpp:302:5: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/grass.cpp:332:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, g.tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/grass.cpp:337:13: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE1); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/grass.cpp:338:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, g.lmtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/grass.cpp:339:13: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE0); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/grass.cpp:355:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/grass.cpp:356:5: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/grass.cpp:357:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/grass.cpp:362:20: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(grassvbo) { glDeleteBuffers_(1, &grassvbo); grassvbo = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h ^ :143:22: note: shared/glexts.h:135expanded from macro 'glUniform1i_': 22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glUniform1i_ glUniform1i ^ case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hshared/glexts.h::2938136::1322:: note: note: 'glUniform1i' has been explicitly marked deprecated hereexpanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/grass.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22In file included from :engine/irc.cpp :note: 1expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ : In file included from In file included from engine/engine.hengine/grass.cpp:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from :engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' :429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glUniform3i_ glUniform3i ^ case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2940shared/glexts.h::144:1322:: note: note: 'glUniform3i' has been explicitly marked deprecated here expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/irc.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145In file included from engine/grass.cpp:1: In file included from engine/engine.h::9222:: note: engine/texture.hexpanded from macro 'glUniform3i_': #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13:433 note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); : ^33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/irc.cpp: case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break;1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' ^#define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 124 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/lightmap.o engine/lightmap.cpp 113 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/main.o engine/main.cpp In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/lightmap.cpp:221:9: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &lmprogtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/lightmap.cpp:232:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, lmprogtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/lightmap.cpp:233:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, texalign(data, LM_PACKW, bpp)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/lightmap.cpp:234:9: warning: 'glTexSubImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, LM_PACKW, LM_PACKH, bpp > 3 ? GL_RGBA : GL_RGB, GL_UNSIGNED_BYTE, data); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2726:13: note: 'glTexSubImage2D' has been explicitly marked deprecated here extern void glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/lightmap.cpp:449:9: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &tex.id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/lightmap.cpp:462:13: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &tex2.id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/lightmap.cpp:467:5: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ALIGNMENT, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/lightmap.cpp:468:5: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ROW_LENGTH, LM_PACKW); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/lightmap.cpp:470:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, lightmaptexs[lm.tex].id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/lightmap.cpp:471:5: warning: 'glTexSubImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexSubImage2D(GL_TEXTURE_2D, 0, lm.offsetx + surface.x, lm.offsety + surface.y, surface.w, surface.h, lm.type&LM_ALPHA ? GL_RGBA : GL_RGB, GL_UNSIGNED_BYTE, &lm.data[(surface.y*LM_PACKW + surface.x)*lm.bpp]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2726:13: note: 'glTexSubImage2D' has been explicitly marked deprecated here extern void glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/lightmap.cpp:475:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, lightmaptexs[lm2.tex].id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/lightmap.cpp:476:9: warning: 'glTexSubImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexSubImage2D(GL_TEXTURE_2D, 0, lm2.offsetx + surface.x, lm2.offsety + surface.y, surface.w, surface.h, GL_RGB, GL_UNSIGNED_BYTE, &lm2.data[(surface.y*LM_PACKW + surface.x)*3]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2726:13: note: 'glTexSubImage2D' has been explicitly marked deprecated here extern void glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/lightmap.cpp:479:5: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/lightmap.cpp:1984:25: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/main.cpp:3: loopv(lightmaptexs) glDeleteTextures(1, &lightmaptexs[i].id); ^ In file included from engine/engine.h/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here :5extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ : In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28:engine/lightmap.cpp :note: 1986expanded from macro 'glVertexAttrib4fv_' :21:#define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(lmprogtex) { glDeleteTextures(1, &lmprogtex); lmprogtex = 0; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here In file included from extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14);engine/main.cpp :3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: ^ warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/lightmap.cpp:2187:21: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(lmprogtex) { glDeleteTextures(1, &lmprogtex); lmprogtex = 0; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ engine/lightmap.cpp/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:2247:21: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(lmprogtex) { glDeleteTextures(1, &lmprogtex); lmprogtex = 0; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ :13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB'engine/lightmap.cpp:2413:9: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &tex.id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498 :13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/lightmap.cpp:2532:9: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &tex.id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ :5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/lightmap.cpp:1 GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ): In file included from ^engine/engine.h :92: shared/glemu.hengine/texture.h::70423::4633:: note: warning: expanded from macro 'GLE_ATTRIBPOINTER''glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ ^ shared/glexts.hshared/glexts.h::157136::3722:: note: note: expanded from macro 'glDisableVertexAttribArray_'expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ #define glDisableVertexAttribArray_ glDisableVertexAttribArray /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^: 2935:13/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:: 2918note: :'glUniform2f' has been explicitly marked deprecated here13 : note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from In file included from shared/cube.hengine/lightmap.cpp::721: : shared/glemu.hIn file included from :engine/engine.h79::925: :engine/texture.h :warning: 424'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break;shared/glemu.h : ^73 :13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32:shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^note: expanded from macro 'glVertexAttribPointer_' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14);extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] : case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' 13#define glUniform2i_ glUniform2i: ^note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/lightmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: In file included from engine/main.cpp:warning: 3'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] : In file included from engine/engine.h:5: In file included from case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break;shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.hshared/glexts.h::157146::3722:: note: note: expanded from macro 'glDisableVertexAttribArray_'expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::132918:: 13note: :'glUniform4i' has been explicitly marked deprecated here note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/main.cpp:207:5: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/main.cpp:208:5: warning: 'glReadPixels' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glReadPixels(0, 0, screenw, screenh, GL_RGB, GL_UNSIGNED_BYTE, image.data); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2652:13: note: 'glReadPixels' has been explicitly marked deprecated here extern void glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/main.cpp:1164:21: warning: 'glReadPixels' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glReadPixels(screenw/2, screenh/2, 1, 1, GL_RGB, GL_UNSIGNED_BYTE, &pixel.v[0]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2652:13: note: 'glReadPixels' has been explicitly marked deprecated here extern void glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/main.cpp:3: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 112 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/master.o engine/master.cpp 128 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/material.o engine/material.cpp In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/master.cpp:9: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/menus.o engine/menus.cpp In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:541:5: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:570:5: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:635:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:656:9: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ZERO, GL_ONE_MINUS_SRC_COLOR); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:657:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); blended = true; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:704:25: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, mslot->sts[1].t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:722:43: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(blended) { glDisable(GL_BLEND); blended = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:723:42: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!depth) { glDepthMask(GL_TRUE); depth = true; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:728:29: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_COLOR); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:731:44: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!blended) { glEnable(GL_BLEND); blended = true; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:732:41: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(depth) { glDepthMask(GL_FALSE); depth = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:742:47: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(blended) { glDisable(GL_BLEND); blended = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:743:46: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!depth) { glDepthMask(GL_TRUE); depth = true; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:748:33: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:751:52: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!blended) { glEnable(GL_BLEND); blended = true; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:752:49: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(depth) { glDepthMask(GL_FALSE); depth = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:756:51: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(blended) { glDisable(GL_BLEND); blended = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:757:50: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!depth) { glDepthMask(GL_TRUE); depth = true; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:767:33: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE1); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:768:33: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, mslot->sts.inrange(4) ? mslot->sts[4].t->id : notexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:769:33: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE2); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:770:33: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, mslot->sts.inrange(5) ? mslot->sts[5].t->id : notexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:773:37: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE3); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:774:37: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_CUBE_MAP, lookupenvmap(*mslot)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:778:37: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE4); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:782:33: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE0); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:799:25: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, mslot->sts[subslot].t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:813:38: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!depth) { glDepthMask(GL_TRUE); depth = true; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:814:39: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(blended) { glDisable(GL_BLEND); blended = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:832:25: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_CUBE_MAP, lookupenvmap(m.envmap)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:837:40: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!blended) { glEnable(GL_BLEND); blended = true; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:838:37: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(depth) { glDepthMask(GL_FALSE); depth = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:842:29: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:848:29: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:887:16: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!depth) glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:888:17: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(blended) glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:897:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ 146 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/movie.o engine/movie.cpp In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/menus.cpp:3: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/normal.o engine/normal.cpp In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:951:42: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scaletex[0] || scaletex[1]) { glDeleteTextures(2, scaletex); memset(scaletex, 0, sizeof(scaletex)); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1000:9: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, texalign(m.video, m.w, 4)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1010:38: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!scaletex[i]) glGenTextures(1, &scaletex[i]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1038:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, scaletex[0]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1039:17: warning: 'glCopyTexSubImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2454:13: note: 'glCopyTexSubImage2D' has been explicitly marked deprecated here extern void glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1050:21: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, dw, dh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1051:21: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, scaletex[0]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1063:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, scaletex[0]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1065:17: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, m.w/4, m.h); SETSHADER(moviey); screenquadflipped(m.w/float(scalew), m.h/float(scaleh)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1066:17: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(m.w/4, 0, m.w/8, m.h/2); SETSHADER(movieu); screenquadflipped(m.w/float(scalew), m.h/float(scaleh)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1067:17: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(m.w/4, m.h/2, m.w/8, m.h/2); SETSHADER(moviev); screenquadflipped(m.w/float(scalew), m.h/float(scaleh)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1069:17: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, texalign(m.video, m.w/4, 4)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1070:17: warning: 'glReadPixels' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glReadPixels(0, 0, m.w/4, m.h, GL_BGRA, GL_UNSIGNED_BYTE, m.video); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2652:13: note: 'glReadPixels' has been explicitly marked deprecated here extern void glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1071:17: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, texalign(&m.video[planesize], m.w/8, 4)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1072:17: warning: 'glReadPixels' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glReadPixels(m.w/4, 0, m.w/8, m.h/2, GL_BGRA, GL_UNSIGNED_BYTE, &m.video[planesize]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2652:13: note: 'glReadPixels' has been explicitly marked deprecated here extern void glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1073:17: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, texalign(&m.video[planesize + planesize/4], m.w/8, 4)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1074:17: warning: 'glReadPixels' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glReadPixels(m.w/4, m.h/2, m.w/8, m.h/2, GL_BGRA, GL_UNSIGNED_BYTE, &m.video[planesize + planesize/4]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2652:13: note: 'glReadPixels' has been explicitly marked deprecated here extern void glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1080:17: warning: 'glReadPixels' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glReadPixels(0, 0, m.w, m.h, GL_BGRA, GL_UNSIGNED_BYTE, m.video); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2652:13: note: 'glReadPixels' has been explicitly marked deprecated here extern void glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1083:13: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1086:14: warning: 'glReadPixels' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glReadPixels(0, 0, m.w, m.h, GL_BGRA, GL_UNSIGNED_BYTE, m.video); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2652:13: note: 'glReadPixels' has been explicitly marked deprecated here extern void glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1125:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/movie.cpp:1135:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ 131 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/octa.o engine/octa.cpp In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/octaedit.o engine/octaedit.cpp In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:465:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:466:5: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_ONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:537:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:1196:19: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(ebo) { glDeleteBuffers_(1, &ebo); ebo = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:1197:19: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vbo) { glDeleteBuffers_(1, &vbo); vbo = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:1348:20: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!p.vbo) glGenBuffers_(1, &p.vbo); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:1350:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, verts.length()*sizeof(vertex), verts.getbuf(), GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:1354:20: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!p.ebo) glGenBuffers_(1, &p.ebo); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:1356:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ELEMENT_ARRAY_BUFFER, tris.length()*sizeof(ushort), tris.getbuf(), GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:1474:5: warning: 'glDrawRangeElements' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawRangeElements_(GL_TRIANGLES, 0, p.numverts-1, p.numtris*3, GL_UNSIGNED_SHORT, (ushort *)0); ^ shared/glexts.h:71:30: note: expanded from macro 'glDrawRangeElements_' #define glDrawRangeElements_ glDrawRangeElements ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2468:13: note: 'glDrawRangeElements' has been explicitly marked deprecated here extern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:1476:5: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:1483:5: warning: 'glDrawRangeElements' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawRangeElements_(GL_TRIANGLES, 0, p.numverts-1, p.numtris*3, GL_UNSIGNED_SHORT, (ushort *)0); ^ shared/glexts.h:71:30: note: expanded from macro 'glDrawRangeElements_' #define glDrawRangeElements_ glDrawRangeElements ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2468:13: note: 'glDrawRangeElements' has been explicitly marked deprecated here extern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:1486:5: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:3008:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:3015:25: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, glowtex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:3016:25: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:3030:25: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, layertex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:3044:37: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(j == 2) glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/octarender.o engine/octarender.cpp 127 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/physics.o engine/physics.cpp In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octarender.cpp:36:9: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteBuffers_(1, &vbo); ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octarender.cpp:46:5: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenBuffers_(1, &vbo); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octarender.cpp:48:5: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindBuffer_(target, vbo); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octarender.cpp:49:5: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(target, len, buf, GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octarender.cpp:50:5: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindBuffer_(target, 0); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octarender.cpp:83:5: warning: 'glGetBufferSubData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetBufferSubData_(GL_ELEMENT_ARRAY_BUFFER, (size_t)va->edata, 3*va->tris*sizeof(ushort), edata); ^ shared/glexts.h:111:29: note: expanded from macro 'glGetBufferSubData_' #define glGetBufferSubData_ glGetBufferSubData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2873:13: note: 'glGetBufferSubData' has been explicitly marked deprecated here extern void glGetBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octarender.cpp:87:5: warning: 'glGetBufferSubData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetBufferSubData_(GL_ARRAY_BUFFER, va->voffset*sizeof(vertex), va->verts*sizeof(vertex), vdata); ^ shared/glexts.h:111:29: note: expanded from macro 'glGetBufferSubData_' #define glGetBufferSubData_ glGetBufferSubData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2873:13: note: 'glGetBufferSubData' has been explicitly marked deprecated here extern void glGetBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 116 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/pvs.o engine/pvs.cpp In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/rendergl.o engine/rendergl.cpp 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/rendermodel.o engine/rendermodel.cpp In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:196:9: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_NUM_EXTENSIONS, &numexts); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:13: note: 'glGetIntegerv' has been explicitly marked deprecated here extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:205:42: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] const char *exts = (const char *)glGetString(GL_EXTENSIONS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:228:40: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] setsvar("gfxvendor", (const char *)glGetString(GL_VENDOR)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:229:42: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] setsvar("gfxrenderer", (const char *)glGetString(GL_RENDERER)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:230:41: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] setsvar("gfxversion", (const char *)glGetString(GL_VERSION)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:379:41: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] const char *glslstr = (const char *)glGetString(GL_SHADING_LANGUAGE_VERSION); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:388:5: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_MAX_TEXTURE_SIZE, &val); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:13: note: 'glGetIntegerv' has been explicitly marked deprecated here extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:390:5: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_MAX_CUBE_MAP_TEXTURE_SIZE, &val); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:13: note: 'glGetIntegerv' has been explicitly marked deprecated here extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:569:9: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT, &val); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:13: note: 'glGetIntegerv' has been explicitly marked deprecated here extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:596:5: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:601:5: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(0, 0, 0, 0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:602:5: warning: 'glClearDepth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearDepth(1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2397:13: note: 'glClearDepth' has been explicitly marked deprecated here extern void glClearDepth (GLclampd depth) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:603:5: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthFunc(GL_LESS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:604:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:606:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_LINE_SMOOTH); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:609:5: warning: 'glFrontFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glFrontFace(GL_CW); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2495:13: note: 'glFrontFace' has been explicitly marked deprecated here extern void glFrontFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:610:5: warning: 'glCullFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCullFace(GL_BACK); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2456:13: note: 'glCullFace' has been explicitly marked deprecated here extern void glCullFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:611:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:802:9: warning: 'glPolygonOffset' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPolygonOffset(polygonoffsetfactor, polygonoffsetunits); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2616:13: note: 'glPolygonOffset' has been explicitly marked deprecated here extern void glPolygonOffset (GLfloat factor, GLfloat units) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:803:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(type); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:818:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(type); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:878:5: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_VIEWPORT, viewport); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:13: note: 'glGetIntegerv' has been explicitly marked deprecated here extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:885:8: warning: 'glIsEnabled' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(glIsEnabled(GL_SCISSOR_TEST)) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2557:18: note: 'glIsEnabled' has been explicitly marked deprecated here extern GLboolean glIsEnabled (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:887:9: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_SCISSOR_BOX, oldscissor); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:13: note: 'glGetIntegerv' has been explicitly marked deprecated here extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:899:5: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glScissor(sx, sy, sw, sh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:900:23: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissoring<=1) glEnable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:907:22: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissoring>1) glScissor(oldscissor[0], oldscissor[1], oldscissor[2], oldscissor[3]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:908:25: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(scissoring) glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:918:9: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenBuffers_(1, &screenquadvbo); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:921:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, sizeof(verts), verts, GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:928:25: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(screenquadvbo) { glDeleteBuffers_(1, &screenquadvbo); screenquadvbo = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:937:5: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawArrays(GL_TRIANGLE_STRIP, 0, 4); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1128:5: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(curfogcolor.r, curfogcolor.g, curfogcolor.b, 1.0f); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1167:21: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(motiontex) { glDeleteTextures(1, &motiontex); motiontex = 0; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1182:24: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!motiontex) glGenTextures(1, &motiontex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1196:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, motiontex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1198:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1199:5: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1206:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1212:9: warning: 'glCopyTexSubImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2454:13: note: 'glCopyTexSubImage2D' has been explicitly marked deprecated here extern void glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1254:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1255:5: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ZERO, GL_SRC_COLOR); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1263:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1303:5: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(0, 0, 0, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1305:5: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear((skyboxglare && (skyglare || skybgglare) ? 0 : GL_COLOR_BUFFER_BIT) | GL_DEPTH_BUFFER_BIT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1367:9: warning: 'glFrontFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glFrontFace(GL_CCW); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2495:13: note: 'glFrontFace' has been explicitly marked deprecated here extern void glFrontFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1397:20: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1409:20: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1411:21: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(fading) glColorMask(COLORMASK, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1425:16: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1433:9: warning: 'glFrontFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glFrontFace(GL_CW); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2495:13: note: 'glFrontFace' has been explicitly marked deprecated here extern void glFrontFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1495:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1496:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1502:5: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_DEPTH_BUFFER_BIT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1526:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1527:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1550:9: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(x, y, w, h); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1551:9: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glScissor(x, y, w, h); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1552:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1576:9: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(0, 0, 0, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1578:9: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear((background ? GL_COLOR_BUFFER_BIT : 0) | GL_DEPTH_BUFFER_BIT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1583:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1584:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1589:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1590:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1594:9: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(curfogcolor.r, curfogcolor.g, curfogcolor.b, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1604:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1605:9: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1621:22: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(minimaptex) { glDeleteTextures(1, &minimaptex); minimaptex = 0; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1635:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, minimaptex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1660:21: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!minimaptex) glGenTextures(1, &minimaptex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1706:5: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1708:5: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, size, size); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1710:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1711:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1713:5: warning: 'glFrontFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glFrontFace(GL_CCW); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2495:13: note: 'glFrontFace' has been explicitly marked deprecated here extern void glFrontFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1725:13: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_DEPTH_BUFFER_BIT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1736:5: warning: 'glFrontFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glFrontFace(GL_CW); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2495:13: note: 'glFrontFace' has been explicitly marked deprecated here extern void glFrontFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1738:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1739:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1741:5: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1746:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, minimaptex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1747:5: warning: 'glCopyTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGB5, 0, 0, size, size, 0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2452:13: note: 'glCopyTexImage2D' has been explicitly marked deprecated here extern void glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1749:5: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1750:5: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1752:5: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, border); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1753:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1870:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1877:9: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1888:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1889:9: warning: 'glCopyTexSubImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2454:13: note: 'glCopyTexSubImage2D' has been explicitly marked deprecated here extern void glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1895:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1993:13: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2006:5: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(0.f, 0.f, 0.f, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2007:39: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(clearview(viewtype, targtype)) glClear(GL_COLOR_BUFFER_BIT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2020:13: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2043:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2062:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2063:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2064:45: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(viewtype == VW_STEREO_BLEND) glColorMask(GL_TRUE, GL_FALSE, GL_TRUE, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2066:45: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(viewtype == VW_STEREO_BLEND) glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2067:13: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2072:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2073:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_CONSTANT_COLOR); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2074:13: warning: 'glBlendColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendColor_(0.f, 0.5f, 1.f, 1.f); ^ shared/glexts.h:57:23: note: expanded from macro 'glBlendColor_' #define glBlendColor_ glBlendColor ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2388:13: note: 'glBlendColor' has been explicitly marked deprecated here extern void glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2077:13: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2101:13: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2105:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2106:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2112:5: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(0, 0, 0, 0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2113:5: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_DEPTH_BUFFER_BIT | (wireframe && editmode && clearview(viewtype, targtype) ? GL_COLOR_BUFFER_BIT : 0)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2115:31: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(wireframe && editmode) glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2133:31: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(wireframe && editmode) glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2139:31: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(wireframe && editmode) glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2147:31: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(wireframe && editmode) glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2151:31: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(wireframe && editmode) glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2155:31: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(wireframe && editmode) glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2157:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2158:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2170:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2171:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2176:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2177:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2228:13: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2283:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2302:17: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2303:17: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2304:49: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(viewtype == VW_STEREO_BLEND) glColorMask(GL_TRUE, GL_FALSE, GL_TRUE, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2306:49: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(viewtype == VW_STEREO_BLEND) glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2307:17: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2312:17: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2313:17: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_CONSTANT_COLOR); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2314:17: warning: 'glBlendColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendColor_(0.f, 0.5f, 1.f, 1.f); ^ shared/glexts.h:57:23: note: expanded from macro 'glBlendColor_' #define glBlendColor_ glBlendColor ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2388:13: note: 'glBlendColor' has been explicitly marked deprecated here extern void glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2317:17: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2357:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:222:47: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!cullface && enablecullface) { glDisable(GL_CULL_FACE); enablecullface = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:223:52: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(cullface && !enablecullface) { glEnable(GL_CULL_FACE); enablecullface = true; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:227:40: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(enablealphablend) { glDisable(GL_BLEND); enablealphablend = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:238:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:243:17: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE3); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:245:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, normalmap->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:250:17: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:251:17: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:260:25: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:261:25: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:265:57: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(enablealphablend && trans>=1) { glDisable(GL_BLEND); enablealphablend = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:267:53: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(enablealphablend && trans>=1) { glDisable(GL_BLEND); enablealphablend = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:270:17: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE1); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:272:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, masks->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:280:21: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE2); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:282:21: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_CUBE_MAP, emtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:286:32: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(activetmu != 0) glActiveTexture_(GL_TEXTURE0); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:1119:17: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(GL_FALSE, GL_FALSE, GL_FALSE, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:1121:17: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, fading ? GL_FALSE : GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:1123:17: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthFunc(GL_LEQUAL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:1129:41: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(transparent<1 && alphadepth) glDepthFunc(GL_LESS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:1396:30: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(enablealphablend) glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:1397:29: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!enablecullface) glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:196:13: warning: 'glDrawRangeElements' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawRangeElements_(GL_TRIANGLES, minvert, maxvert, elen, GL_UNSIGNED_SHORT, &((vertmeshgroup *)group)->edata[eoffset]); ^ shared/glexts.h:71:30: note: expanded from macro 'glDrawRangeElements_' #define glDrawRangeElements_ glDrawRangeElements ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2468:13: note: 'glDrawRangeElements' has been explicitly marked deprecated here extern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:233:22: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(ebuf) glDeleteBuffers_(1, &ebuf); ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:236:38: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vbocache[i].vbuf) glDeleteBuffers_(1, &vbocache[i].vbuf); ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:276:26: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!vc.vbuf) glGenBuffers_(1, &vc.vbuf); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:312:30: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(tangents) GENVBO(vvertbump); ^ engine/vertmodel.h:304:21: note: expanded from macro 'GENVBO' glBufferData_(GL_ARRAY_BUFFER, vverts.length()*sizeof(type), vverts.getbuf(), GL_STATIC_DRAW); \ ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:313:22: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else GENVBO(vvertn); ^ engine/vertmodel.h:304:21: note: expanded from macro 'GENVBO' glBufferData_(GL_ARRAY_BUFFER, vverts.length()*sizeof(type), vverts.getbuf(), GL_STATIC_DRAW); \ ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:319:13: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenBuffers_(1, &ebuf); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:321:13: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ELEMENT_ARRAY_BUFFER, idxs.length()*sizeof(ushort), idxs.getbuf(), GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:360:30: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(c.vbuf) { glDeleteBuffers_(1, &c.vbuf); c.vbuf = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:363:24: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(ebuf) { glDeleteBuffers_(1, &ebuf); ebuf = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:409:21: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, vlen*vertsize, vdata, GL_STREAM_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:393:13: warning: 'glDrawRangeElements' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawRangeElements_(GL_TRIANGLES, minvert, maxvert, elen, GL_UNSIGNED_SHORT, &((skelmeshgroup *)group)->edata[eoffset]); ^ shared/glexts.h:71:30: note: expanded from macro 'glDrawRangeElements_' #define glDrawRangeElements_ glDrawRangeElements ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2468:13: note: 'glDrawRangeElements' has been explicitly marked deprecated here extern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1068:26: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] offset = glGetUniformLocation_(Shader::lastshader->program, offsetname); ^ shared/glexts.h:134:31: note: expanded from macro 'glGetUniformLocation_' #define glGetUniformLocation_ glGetUniformLocation ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2960:14: note: 'glGetUniformLocation' has been explicitly marked deprecated here extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1076:13: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glUniform4fv_(u.loc, 2*numgpubones, sc.bdata[0].real.v); ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1080:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(offset >= 0) glUniform4fv_(offset, 2*count, bc.bdata[0].real.v); ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1131:22: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(ebuf) glDeleteBuffers_(1, &ebuf); ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1138:38: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vbocache[i].vbuf) glDeleteBuffers_(1, &vbocache[i].vbuf); ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1176:26: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!vc.vbuf) glGenBuffers_(1, &vc.vbuf); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1236:34: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(tangents) GENVBOANIM(vvertbumpw); ^ engine/skelmodel.h:1232:42: note: expanded from macro 'GENVBOANIM' #define GENVBOANIM(type) GENVBO(type, (idxs, vlen, vverts)) ^ engine/skelmodel.h:1230:21: note: expanded from macro 'GENVBO' glBufferData_(GL_ARRAY_BUFFER, vverts.length()*sizeof(type), vverts.getbuf(), GL_STATIC_DRAW); \ ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1237:26: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else GENVBOANIM(vvertnw); ^ engine/skelmodel.h:1232:42: note: expanded from macro 'GENVBOANIM' #define GENVBOANIM(type) GENVBO(type, (idxs, vlen, vverts)) ^ engine/skelmodel.h:1230:21: note: expanded from macro 'GENVBO' glBufferData_(GL_ARRAY_BUFFER, vverts.length()*sizeof(type), vverts.getbuf(), GL_STATIC_DRAW); \ ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1247:34: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(tangents) GENVBOSTAT(vvertbump); ^ engine/skelmodel.h:1233:42: note: expanded from macro 'GENVBOSTAT' #define GENVBOSTAT(type) GENVBO(type, (idxs, vlen, vverts, htdata, htlen)) ^ engine/skelmodel.h:1230:21: note: expanded from macro 'GENVBO' glBufferData_(GL_ARRAY_BUFFER, vverts.length()*sizeof(type), vverts.getbuf(), GL_STATIC_DRAW); \ ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1248:26: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else GENVBOSTAT(vvertn); ^ engine/skelmodel.h:1233:42: note: expanded from macro 'GENVBOSTAT' #define GENVBOSTAT(type) GENVBO(type, (idxs, vlen, vverts, htdata, htlen)) ^ engine/skelmodel.h:1230:21: note: expanded from macro 'GENVBO' glBufferData_(GL_ARRAY_BUFFER, vverts.length()*sizeof(type), vverts.getbuf(), GL_STATIC_DRAW); \ ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1257:13: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenBuffers_(1, &ebuf); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1259:13: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ELEMENT_ARRAY_BUFFER, idxs.length()*sizeof(ushort), idxs.getbuf(), GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1388:30: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(c.vbuf) { glDeleteBuffers_(1, &c.vbuf); c.vbuf = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1391:24: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(ebuf) { glDeleteBuffers_(1, &ebuf); ebuf = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1488:21: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, vlen*vertsize, vdata, GL_STREAM_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendermodel.cpp:891:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendermodel.cpp:892:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendermodel.cpp:893:9: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_ONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendermodel.cpp:928:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendermodel.cpp:929:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 244 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/renderparticles.o engine/renderparticles.cpp In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:48:25: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(rendertex) { glDeleteTextures(1, &rendertex); rendertex = 0; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:58:23: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(blurtex) { glDeleteTextures(1, &blurtex); blurtex = 0; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:66:22: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!blurtex) glGenTextures(1, &blurtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:88:24: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!rendertex) glGenTextures(1, &rendertex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:93:13: warning: 'glDrawBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawBuffer(GL_NONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2465:13: note: 'glDrawBuffer' has been explicitly marked deprecated here extern void glDrawBuffer (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:94:13: warning: 'glReadBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glReadBuffer(GL_NONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2651:13: note: 'glReadBuffer' has been explicitly marked deprecated here extern void glReadBuffer (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:225:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:226:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:230:13: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glScissor(x, y, w, h); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:231:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:240:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, i ? blurtex : rendertex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:245:21: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:247:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:248:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:350:9: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, vieww, viewh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:358:13: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glScissor(sx, sy, sw, sh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:359:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:368:9: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] SAVECOLORMASK ^ engine/engine.h:233:63: note: expanded from macro 'SAVECOLORMASK' if(memcmp(colormask, oldcolormask, sizeof(oldcolormask))) glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:370:26: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!depthtest()) glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:374:26: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!depthtest()) glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:376:24: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissoring) glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:385:9: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] RESTORECOLORMASK ^ engine/engine.h:238:9: note: expanded from macro 'RESTORECOLORMASK' glColorMask(COLORMASK, GL_TRUE); \ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:388:9: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:456:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, rendertex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:159: engine/depthfx.h:81:9: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(1, 1, 1, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:159: engine/depthfx.h:82:9: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:159: engine/depthfx.h:141:9: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE2); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:159: engine/depthfx.h:142:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, depthfxtex.rendertex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:159: engine/depthfx.h:143:9: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE0); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:160: engine/lensflare.h:172:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:160: engine/lensflare.h:174:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(tex) glBindTexture(GL_TEXTURE_2D, tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:160: engine/lensflare.h:234:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:275:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(tex) glBindTexture(GL_TEXTURE_2D, tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:306: engine/explosion.h:55:19: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!vbuf) glGenBuffers_(1, &vbuf); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:306: engine/explosion.h:57:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, numverts*sizeof(vert), verts, GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:306: engine/explosion.h:60:19: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!ebuf) glGenBuffers_(1, &ebuf); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:306: engine/explosion.h:62:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ELEMENT_ARRAY_BUFFER, numindices*sizeof(GLushort), indices, GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:306: engine/explosion.h:81:9: warning: 'glDrawRangeElements' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawRangeElements_(GL_TRIANGLES, 0, numverts-1, numindices, GL_UNSIGNED_SHORT, indices); ^ shared/glexts.h:71:30: note: expanded from macro 'glDrawRangeElements_' #define glDrawRangeElements_ glDrawRangeElements ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2468:13: note: 'glDrawRangeElements' has been explicitly marked deprecated here extern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:306: engine/explosion.h:97:20: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vbuf) { glDeleteBuffers_(1, &vbuf); vbuf = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:306: engine/explosion.h:98:20: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(ebuf) { glDeleteBuffers_(1, &ebuf); ebuf = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:306: engine/explosion.h:236:19: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(i) glDepthFunc(GL_GEQUAL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:306: engine/explosion.h:238:19: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(i) glDepthFunc(GL_LESS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:307: engine/lightning.h:106:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:307: engine/lightning.h:114:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:367:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:377:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:438:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, p->tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:740:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(tex) glBindTexture(GL_TEXTURE_2D, tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:811:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:820:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:825:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, blanktexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:859:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:868:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:873:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, blanktexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:919:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:925:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:930:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, blanktexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:983:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:989:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:994:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, blanktexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1147:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1154:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1186:13: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1187:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1188:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1204:35: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(flags&PT_LERP) glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1205:39: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(flags&PT_MOD) glBlendFunc(GL_ZERO, GL_ONE_MINUS_SRC_COLOR); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1206:22: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBlendFunc(GL_SRC_ALPHA, GL_ONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1224:36: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(flags&PT_ONTOP) glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1225:22: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1234:40: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(lastflags&(PT_LERP|PT_MOD)) glBlendFunc(GL_SRC_ALPHA, GL_ONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1236:32: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(lastflags&PT_ONTOP) glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1237:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1238:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:730:18: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!vbo) glGenBuffers_(1, &vbo); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ engine/renderparticles.cpp:584:5: note: in instantiation of member function 'varenderer<1>::update' requested here varenderer(const char *texname, int type, int texclamp = 3) ^ engine/renderparticles.cpp:1038:9: note: in instantiation of member function 'varenderer<1>::varenderer' requested here new taperenderer("particles/sflare", PT_TAPE|PT_GLARE|PT_LERP), ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:732:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, maxparts*4*sizeof(partvert), NULL, GL_STREAM_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:733:9: warning: 'glBufferSubData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferSubData_(GL_ARRAY_BUFFER, 0, numparts*4*sizeof(partvert), verts); ^ shared/glexts.h:109:26: note: expanded from macro 'glBufferSubData_' #define glBufferSubData_ glBufferSubData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2872:13: note: 'glBufferSubData' has been explicitly marked deprecated here extern void glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:596:19: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vbo) { glDeleteBuffers_(1, &vbo); vbo = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ engine/renderparticles.cpp:584:5: note: in instantiation of member function 'varenderer<1>::cleanup' requested here varenderer(const char *texname, int type, int texclamp = 3) ^ engine/renderparticles.cpp:1038:9: note: in instantiation of member function 'varenderer<1>::varenderer' requested here new taperenderer("particles/sflare", PT_TAPE|PT_GLARE|PT_LERP), ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:730:18: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!vbo) glGenBuffers_(1, &vbo); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ engine/renderparticles.cpp:768:5: note: in instantiation of member function 'varenderer<0>::update' requested here softquadrenderer(const char *texname, int type) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:732:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, maxparts*4*sizeof(partvert), NULL, GL_STREAM_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:733:9: warning: 'glBufferSubData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferSubData_(GL_ARRAY_BUFFER, 0, numparts*4*sizeof(partvert), verts); ^ shared/glexts.h:109:26: note: expanded from macro 'glBufferSubData_' #define glBufferSubData_ glBufferSubData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2872:13: note: 'glBufferSubData' has been explicitly marked deprecated here extern void glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:596:19: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vbo) { glDeleteBuffers_(1, &vbo); vbo = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ engine/renderparticles.cpp:768:5: note: in instantiation of member function 'varenderer<0>::cleanup' requested here softquadrenderer(const char *texname, int type) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:537:13: warning: unused function 'genpos<2>' [-Wunused-function] inline void genpos(const vec &o, const vec &d, float size, int ts, int grav, partvert *vs) ^ 192 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/rendersky.o engine/rendersky.cpp 164 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/rendertext.o engine/rendertext.cpp In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:94:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, (tex ? tex : notexture)->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:182:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, overlay ? overlay->id : notexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:333:19: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!vbuf) glGenBuffers_(1, &vbuf); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:335:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, numverts*sizeof(vert), verts, GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:338:19: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!ebuf) glGenBuffers_(1, &ebuf); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:340:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ELEMENT_ARRAY_BUFFER, (numindices + capindices)*sizeof(GLushort), indices, GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:347:20: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vbuf) { glDeleteBuffers_(1, &vbuf); vbuf = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:348:20: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(ebuf) { glDeleteBuffers_(1, &ebuf); ebuf = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:373:9: warning: 'glDrawRangeElements' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawRangeElements_(GL_TRIANGLES, 0, numverts-1, numindices + fogdomecap*capindices, GL_UNSIGNED_SHORT, indices); ^ shared/glexts.h:71:30: note: expanded from macro 'glDrawRangeElements_' #define glDrawRangeElements_ glDrawRangeElements ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2468:13: note: 'glDrawRangeElements' has been explicitly marked deprecated here extern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:398:5: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(GL_FALSE, GL_FALSE, GL_FALSE, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:400:5: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:409:5: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:414:9: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:420:9: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:423:5: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:434:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:435:5: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:445:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:505:26: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(explicitonly) glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:506:14: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glDepthFunc(GL_GEQUAL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:508:10: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glDepthFunc(GL_LEQUAL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:510:5: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:512:18: warning: 'glDepthRange' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(clampsky) glDepthRange(1, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2461:13: note: 'glDepthRange' has been explicitly marked deprecated here extern void glDepthRange (GLclampd zNear, GLclampd zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:536:24: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:537:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:538:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:550:22: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(blendsky) glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:555:20: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:562:20: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:564:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:565:9: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:576:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:581:20: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:583:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:585:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:586:9: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:596:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:598:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:603:20: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:605:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:607:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:608:9: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:618:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:620:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:625:20: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:629:18: warning: 'glDepthRange' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(clampsky) glDepthRange(0, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2461:13: note: 'glDepthRange' has been explicitly marked deprecated here extern void glDepthRange (GLclampd zNear, GLclampd zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:631:5: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:635:26: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(explicitonly) glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:636:14: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glDepthFunc(GL_LESS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:639:10: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glDepthFunc(GL_LESS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 159 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/renderva.o engine/renderva.cpp In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendertext.cpp:201:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendertext.cpp:311:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendertext.cpp:751:21: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendertext.cpp:767:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendertext.cpp:814:5: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendertext.cpp:816:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendertext.cpp:848:30: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs] defvformatbigstring(str, linespace, fstr); ^ engine/rendertext.cpp:845:144: note: parameter of type 'float' is declared here int draw_textf(const char *fstr, int left, int top, int xpad, int ypad, int r, int g, int b, int a, int flags, int cursor, int maxwidth, float linespace, ...) ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:7:5: warning: 'glDrawRangeElements' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawRangeElements_(GL_TRIANGLES, minvert, maxvert, numindices, GL_UNSIGNED_SHORT, indices); ^ shared/glexts.h:71:30: note: expanded from macro 'glDrawRangeElements_' #define glDrawRangeElements_ glDrawRangeElements ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2468:13: note: 'glDrawRangeElements' has been explicitly marked deprecated here extern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:241:13: warning: 'glGenQueries' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenQueries_(1, &queries[max++].id); ^ shared/glexts.h:113:23: note: expanded from macro 'glGenQueries_' #define glGenQueries_ glGenQueries ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2858:13: note: 'glGenQueries' has been explicitly marked deprecated here extern void glGenQueries (GLsizei n, GLuint *ids) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:255:13: warning: 'glDeleteQueries' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteQueries_(1, &queries[i].id); ^ shared/glexts.h:114:26: note: expanded from macro 'glDeleteQueries_' #define glDeleteQueries_ glDeleteQueries ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2859:13: note: 'glDeleteQueries' has been explicitly marked deprecated here extern void glDeleteQueries (GLsizei n, const GLuint *ids) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:296:5: warning: 'glBeginQuery' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBeginQuery_(GL_SAMPLES_PASSED, query->id); ^ shared/glexts.h:115:23: note: expanded from macro 'glBeginQuery_' #define glBeginQuery_ glBeginQuery ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2861:13: note: 'glBeginQuery' has been explicitly marked deprecated here extern void glBeginQuery (GLenum target, GLuint id) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:301:5: warning: 'glEndQuery' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEndQuery_(GL_SAMPLES_PASSED); ^ shared/glexts.h:116:21: note: expanded from macro 'glEndQuery_' #define glEndQuery_ glEndQuery ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2862:13: note: 'glEndQuery' has been explicitly marked deprecated here extern void glEndQuery (GLenum target) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:313:13: warning: 'glGetQueryObjectiv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetQueryObjectiv_(query->id, GL_QUERY_RESULT_AVAILABLE, &avail); ^ shared/glexts.h:118:29: note: expanded from macro 'glGetQueryObjectiv_' #define glGetQueryObjectiv_ glGetQueryObjectiv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2864:13: note: 'glGetQueryObjectiv' has been explicitly marked deprecated here extern void glGetQueryObjectiv (GLuint id, GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:316:9: warning: 'glGetQueryObjectuiv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetQueryObjectuiv_(query->id, GL_QUERY_RESULT, &fragments); ^ shared/glexts.h:119:30: note: expanded from macro 'glGetQueryObjectuiv_' #define glGetQueryObjectuiv_ glGetQueryObjectuiv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2865:13: note: 'glGetQueryObjectuiv' has been explicitly marked deprecated here extern void glGetQueryObjectuiv (GLuint id, GLenum pname, GLuint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:328:9: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenBuffers_(1, &bbvbo); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:332:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, sizeof(verts), verts, GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:337:9: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenBuffers_(1, &bbebo); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:353:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ELEMENT_ARRAY_BUFFER, sizeof(tris), tris, GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:360:17: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(bbvbo) { glDeleteBuffers_(1, &bbvbo); bbvbo = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:361:17: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(bbebo) { glDeleteBuffers_(1, &bbebo); bbebo = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:374:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:375:9: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(GL_FALSE, GL_FALSE, GL_FALSE, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:386:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:387:9: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:395:5: warning: 'glDrawRangeElements' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawRangeElements_(GL_TRIANGLES, 0, 8-1, 3*2*6, GL_UNSIGNED_SHORT, (ushort *)0); ^ shared/glexts.h:71:30: note: expanded from macro 'glDrawRangeElements_' #define glDrawRangeElements_ glDrawRangeElements ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2468:13: note: 'glDrawRangeElements' has been explicitly marked deprecated here extern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:654:5: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:659:20: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!dtoutline) glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:689:20: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!dtoutline) glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:693:5: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:708:5: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthFunc(GL_LEQUAL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:710:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:711:5: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:713:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:739:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:741:5: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthFunc(GL_LESS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:754:5: warning: 'glCullFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCullFace(GL_FRONT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2456:13: note: 'glCullFace' has been explicitly marked deprecated here extern void glCullFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:755:5: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:756:5: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthFunc(GL_GREATER); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:759:25: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!ati_minmax_bug) glColorMask(GL_FALSE, GL_FALSE, GL_TRUE, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:761:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:762:5: warning: 'glBlendEquation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendEquation_(GL_MAX); ^ shared/glexts.h:56:26: note: expanded from macro 'glBlendEquation_' #define glBlendEquation_ glBlendEquation ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2389:13: note: 'glBlendEquation' has been explicitly marked deprecated here extern void glBlendEquation (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:763:5: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_ONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:784:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:785:5: warning: 'glBlendEquation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendEquation_(GL_FUNC_ADD); ^ shared/glexts.h:56:26: note: expanded from macro 'glBlendEquation_' #define glBlendEquation_ glBlendEquation ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2389:13: note: 'glBlendEquation' has been explicitly marked deprecated here extern void glBlendEquation (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:787:5: warning: 'glCullFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCullFace(GL_BACK); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2456:13: note: 'glCullFace' has been explicitly marked deprecated here extern void glCullFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:788:5: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:789:5: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthFunc(GL_LESS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:791:25: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!ati_minmax_bug) glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:894:48: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(cur.colormask) { cur.colormask = false; glColorMask(GL_FALSE, GL_FALSE, GL_FALSE, GL_FALSE); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:895:48: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(cur.depthmask) { cur.depthmask = false; glDepthMask(GL_FALSE); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1093:9: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE1); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1094:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, cur.textures[1] = lightmaptexs[lmid].id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1102:13: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE0+tmu); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1103:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, cur.textures[tmu] = lightmaptexs[lmid+1].id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1113:13: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE0+tmu); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1114:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_CUBE_MAP, cur.textures[tmu] = emtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1118:17: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(changed) glActiveTexture_(GL_TEXTURE0); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1139:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, cur.textures[0] = diffusetex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1171:17: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE0+envmaptmu); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1172:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_CUBE_MAP, cur.textures[envmaptmu] = t.t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1179:17: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE0+tmu); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1180:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, cur.textures[tmu] = t.t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1185:5: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE0); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1302:56: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(cur.depthmask) { cur.depthmask = false; glDepthMask(GL_FALSE); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1304:57: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(!cur.depthmask) { cur.depthmask = true; glDepthMask(GL_TRUE); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1305:52: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!cur.colormask) { cur.colormask = true; glColorMask(COLORMASK, cur.alphaing ? GL_FALSE : GL_TRUE); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1340:48: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!cur.depthmask) { cur.depthmask = true; glDepthMask(GL_TRUE); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1341:48: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(cur.colormask) { cur.colormask = false; glColorMask(GL_FALSE, GL_FALSE, GL_FALSE, GL_FALSE); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1342:9: warning: variable 'firsttex' set but not used [-Wunused-but-set-variable] int firsttex = 0, numtris = va->tris; ^ engine/renderva.cpp:1496:9: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE0+i); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1497:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, caustictex[(tex+i)%NUMCAUSTICS]->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1499:5: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE0); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1514:5: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE0); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1631:48: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!cur.colormask) { cur.colormask = true; glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1632:48: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!cur.depthmask) { cur.depthmask = true; glDepthMask(GL_TRUE); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1638:9: warning: 'glFlush' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glFlush(); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2490:13: note: 'glFlush' has been explicitly marked deprecated here extern void glFlush (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1644:50: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!multipassing) { multipassing = true; glDepthFunc(GL_LEQUAL); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1679:50: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!multipassing) { multipassing = true; glDepthFunc(GL_LEQUAL); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1680:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1681:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1682:9: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1683:9: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(COLORMASK, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1707:9: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1708:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1709:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1720:50: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!multipassing) { multipassing = true; glDepthFunc(GL_LEQUAL); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1721:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1722:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1725:9: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ZERO, GL_SRC_COLOR); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1726:20: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1728:20: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1730:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1731:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1734:22: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(multipassing) glDepthFunc(GL_LESS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1776:20: warning: 'glCullFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!front) glCullFace(GL_FRONT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2456:13: note: 'glCullFace' has been explicitly marked deprecated here extern void glCullFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1779:52: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(cur.depthmask) { cur.depthmask = false; glDepthMask(GL_FALSE); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1781:9: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(COLORMASK, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1788:9: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthFunc(GL_LEQUAL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1789:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1790:9: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1800:52: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!cur.depthmask) { cur.depthmask = true; glDepthMask(GL_TRUE); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1801:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1802:9: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthFunc(GL_LESS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1803:20: warning: 'glCullFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!front) glCullFace(GL_BACK); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2456:13: note: 'glCullFace' has been explicitly marked deprecated here extern void glCullFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1806:5: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(COLORMASK, fading ? GL_FALSE : GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderva.cpp:3: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 207 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/server.o engine/server.cpp 116 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/serverbrowser.o engine/serverbrowser.cpp In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/server.cpp:150:12: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] str += sprintf(str, "[%s] ", ipinfotypes[clamp(info.type, 0, int(ipinfo::MAXTYPES)-1)]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ engine/server.cpp:155:16: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] str += sprintf(str, "%d", ip.b[i]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/server.cpp:4: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 111 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/shader.o engine/shader.cpp 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/shadowmap.o engine/shadowmap.cpp In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:72:14: warning: 'glGetShaderiv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(type) glGetShaderiv_(obj, GL_INFO_LOG_LENGTH, &length); ^ shared/glexts.h:128:24: note: expanded from macro 'glGetShaderiv_' #define glGetShaderiv_ glGetShaderiv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2955:13: note: 'glGetShaderiv' has been explicitly marked deprecated here extern void glGetShaderiv (GLuint shader, GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:73:10: warning: 'glGetProgramiv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glGetProgramiv_(obj, GL_INFO_LOG_LENGTH, &length); ^ shared/glexts.h:129:25: note: expanded from macro 'glGetProgramiv_' #define glGetProgramiv_ glGetProgramiv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2956:13: note: 'glGetProgramiv' has been explicitly marked deprecated here extern void glGetProgramiv (GLuint program, GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:81:22: warning: 'glGetShaderInfoLog' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(type) glGetShaderInfoLog_(obj, length, &length, log); ^ shared/glexts.h:132:29: note: expanded from macro 'glGetShaderInfoLog_' #define glGetShaderInfoLog_ glGetShaderInfoLog ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2958:13: note: 'glGetShaderInfoLog' has been explicitly marked deprecated here extern void glGetShaderInfoLog (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:82:18: warning: 'glGetProgramInfoLog' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glGetProgramInfoLog_(obj, length, &length, log); ^ shared/glexts.h:131:30: note: expanded from macro 'glGetProgramInfoLog_' #define glGetProgramInfoLog_ glGetProgramInfoLog ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2959:13: note: 'glGetProgramInfoLog' has been explicitly marked deprecated here extern void glGetProgramInfoLog (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:143:11: warning: 'glCreateShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] obj = glCreateShader_(type); ^ shared/glexts.h:124:25: note: expanded from macro 'glCreateShader_' #define glCreateShader_ glCreateShader ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2925:15: note: 'glCreateShader' has been explicitly marked deprecated here extern GLuint glCreateShader (GLenum type) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:144:5: warning: 'glShaderSource' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glShaderSource_(obj, numparts, (const GLchar **)parts, NULL); ^ shared/glexts.h:126:25: note: expanded from macro 'glShaderSource_' #define glShaderSource_ glShaderSource ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2926:13: note: 'glShaderSource' has been explicitly marked deprecated here extern void glShaderSource (GLuint shader, GLsizei count, const GLchar* const *string, const GLint *length) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:145:5: warning: 'glCompileShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCompileShader_(obj); ^ shared/glexts.h:127:26: note: expanded from macro 'glCompileShader_' #define glCompileShader_ glCompileShader ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2927:13: note: 'glCompileShader' has been explicitly marked deprecated here extern void glCompileShader (GLuint shader) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:147:5: warning: 'glGetShaderiv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetShaderiv_(obj, GL_COMPILE_STATUS, &success); ^ shared/glexts.h:128:24: note: expanded from macro 'glGetShaderiv_' #define glGetShaderiv_ glGetShaderiv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2955:13: note: 'glGetShaderiv' has been explicitly marked deprecated here extern void glGetShaderiv (GLuint shader, GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:151:9: warning: 'glDeleteShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteShader_(obj); ^ shared/glexts.h:125:25: note: expanded from macro 'glDeleteShader_' #define glDeleteShader_ glDeleteShader ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2923:13: note: 'glDeleteShader' has been explicitly marked deprecated here extern void glDeleteShader (GLuint shader) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:161:13: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] u.loc = glGetUniformLocation_(s.program, u.name); ^ shared/glexts.h:134:31: note: expanded from macro 'glGetUniformLocation_' #define glGetUniformLocation_ glGetUniformLocation ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2960:14: note: 'glGetUniformLocation' has been explicitly marked deprecated here extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:186:38: warning: 'glCreateProgram' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] s.program = s.vsobj && s.psobj ? glCreateProgram_() : 0; ^ shared/glexts.h:121:26: note: expanded from macro 'glCreateProgram_' #define glCreateProgram_ glCreateProgram ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2928:15: note: 'glCreateProgram' has been explicitly marked deprecated here extern GLuint glCreateProgram (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:190:9: warning: 'glAttachShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glAttachShader_(s.program, s.vsobj); ^ shared/glexts.h:130:25: note: expanded from macro 'glAttachShader_' #define glAttachShader_ glAttachShader ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2929:13: note: 'glAttachShader' has been explicitly marked deprecated here extern void glAttachShader (GLuint program, GLuint shader) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:191:9: warning: 'glAttachShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glAttachShader_(s.program, s.psobj); ^ shared/glexts.h:130:25: note: expanded from macro 'glAttachShader_' #define glAttachShader_ glAttachShader ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2929:13: note: 'glAttachShader' has been explicitly marked deprecated here extern void glAttachShader (GLuint program, GLuint shader) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:196:13: warning: 'glBindAttribLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindAttribLocation_(s.program, a.loc, a.name); ^ shared/glexts.h:154:31: note: expanded from macro 'glBindAttribLocation_' #define glBindAttribLocation_ glBindAttribLocation ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2965:13: note: 'glBindAttribLocation' has been explicitly marked deprecated here extern void glBindAttribLocation (GLuint program, GLuint index, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:199:54: warning: 'glBindAttribLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] loopi(gle::MAXATTRIBS) if(!(attribs&(1<:136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:525:30In file included from engine/shadowmap.cpp:: 1warning: 'glDeleteShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ if(vsobj) { if(!reusevs) glDeleteShader_(vsobj); vsobj = 0; } ^ ^ shared/glexts.h:125: 25: note: shared/glemu.hexpanded from macro 'glDeleteShader_' :43:59: note: #define glDeleteShader_ glDeleteShaderexpanded from macro 'GLE_INITATTRIB' ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2923:13: note: 'glDeleteShader' has been explicitly marked deprecated here static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :extern void glDeleteShader (GLuint shader) OPENGL_DEPRECATED(10.0, 10.14); 139 ^:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.hengine/shader.cpp:526:30: warning: 'glDeleteShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] :72: shared/glemu.h if(psobj) { if(!reuseps) glDeleteShader_(psobj); psobj = 0; }: ^ shared/glexts.h:125:25: note: expanded from macro 'glDeleteShader_' #define glDeleteShader_ glDeleteShader ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2923:13: note: 'glDeleteShader' has been explicitly marked deprecated here 55:5extern void glDeleteShader (GLuint shader) OPENGL_DEPRECATED(10.0, 10.14); ^ : warning: engine/shader.cpp:527:19: warning: 'glDeleteProgram' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(program) { glDeleteProgram_(program); program = 0; } ^ shared/glexts.h'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 122:26: note: expanded from macro 'glDeleteProgram_' GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ #define glDeleteProgram_ glDeleteProgram shared/glemu.h ^:47 :9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2932:13: note: 'glDeleteProgram' has been explicitly marked deprecated here : note: expanded from macro 'GLE_INITATTRIB' extern void glDeleteProgram (GLuint program) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); engine/shader.cpp:582 ^ :9: warning: 'glUseProgram' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glUseProgram_(0); ^ shared/glexts.h:123:23: note: expanded from macro 'glUseProgram_' #define glUseProgram_ glUseProgramIn file included from engine/shadowmap.cpp : ^ 1: In file included from engine/engine.h:5: In file included from /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2931:13: note: 'glUseProgram' has been explicitly marked deprecated here shared/cube.h:72: shared/glemu.h:55:5:extern void glUseProgram (GLuint program) OPENGL_DEPRECATED(10.0, 10.14); warning: ^ 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' engine/shader.cpp:633:5: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_MAX_VERTEX_UNIFORM_COMPONENTS, &val); GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:13: note: 'glGetIntegerv' has been explicitly marked deprecated here extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: engine/shader.cpp:635:5: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: expanded from here glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, &val); ^glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:13: note: 'glGetIntegerv' has been explicitly marked deprecated here : shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB'extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ engine/shader.cpp/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ :In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h639:9: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_MAX_VARYING_COMPONENTS, &val); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:13:47:9: :note: expanded from macro 'GLE_INITATTRIBF' note: 'glGetIntegerv' has been explicitly marked deprecated here GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:engine/shader.cpp:1299:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &t.id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ 1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:1312:23: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] loopv(postfxtexs) glDeleteTextures(1, &postfxtexs[i].id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here engine/shader.cpp:1336:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, postfxtexs[binds[0]].id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:1337:5: warning: 'glCopyTexSubImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2454:13: note: 'glCopyTexSubImage2D' has been explicitly marked deprecated here extern void glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:1364:9: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, w, h); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' engine/shader.cpp:#define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here 1375:18: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glActiveTexture_(GL_TEXTURE0 + tmu); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ engine/shader.cpp:1376:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, postfxtexs[binds[j]].id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13In file included from engine/shadowmap.cpp:: 1note: : In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 'glBindTexture' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h :156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] engine/shader.cpp: GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, )1379:17: ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37:warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ if(tmu) glActiveTexture_(GL_TEXTURE0); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ In file included from engine/shadowmap.cpp:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h1:: In file included from engine/engine.h2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here :5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.hextern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14);:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' ^ #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:1454:5: warning: 'glUseProgram' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glUseProgram_(0); ^ shared/glexts.h:123:23: note: expanded from macro 'glUseProgram_' #define glUseProgram_ glUseProgram ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2931:13: note: 'glUseProgram' has been explicitly marked deprecated here extern void glUseProgram (GLuint program) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:434:22: warning: unused function 'findslotparam' [-Wunused-function] static inline float *findslotparam(VSlot &s, const char *name, float *noval) ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:48:25: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(rendertex) { glDeleteTextures(1, &rendertex); rendertex = 0; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:58:23: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(blurtex) { glDeleteTextures(1, &blurtex); blurtex = 0; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:66:22: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!blurtex) glGenTextures(1, &blurtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:88:24: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!rendertex) glGenTextures(1, &rendertex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:93:13: warning: 'glDrawBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawBuffer(GL_NONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2465:13: note: 'glDrawBuffer' has been explicitly marked deprecated here extern void glDrawBuffer (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:94:13: warning: 'glReadBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glReadBuffer(GL_NONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2651:13: note: 'glReadBuffer' has been explicitly marked deprecated here extern void glReadBuffer (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:225:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:226:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:230:13: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glScissor(x, y, w, h); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:231:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:240:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, i ? blurtex : rendertex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:245:21: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:247:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:248:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:350:9: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, vieww, viewh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:358:13: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glScissor(sx, sy, sw, sh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:359:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:368:9: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] SAVECOLORMASK ^ engine/engine.h:233:63: note: expanded from macro 'SAVECOLORMASK' if(memcmp(colormask, oldcolormask, sizeof(oldcolormask))) glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:370:26: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!depthtest()) glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:374:26: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!depthtest()) glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:376:24: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissoring) glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:385:9: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] RESTORECOLORMASK ^ engine/engine.h:238:9: note: expanded from macro 'RESTORECOLORMASK' glColorMask(COLORMASK, GL_TRUE); \ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:388:9: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:456:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, rendertex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shadowmap.cpp:120:9: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(0, 0, 0, 0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shadowmap.cpp:121:9: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shadowmap.cpp:169:28: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissoring) glScissor(sx, sy, sw, sh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shadowmap.cpp:184:17: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(GL_TRUE, GL_FALSE, GL_FALSE, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shadowmap.cpp:189:17: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(GL_FALSE, GL_FALSE, GL_TRUE, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shadowmap.cpp:192:13: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shadowmap.cpp:288:5: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE7); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shadowmap.cpp:289:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, shadowmaptex.rendertex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shadowmap.cpp:295:5: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE0); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 142 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/sound.o engine/sound.cpp 185 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/texture.o engine/texture.cpp In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/sound.cpp:774:19: warning: unused function 'mumblevec' [-Wunused-function] static inline vec mumblevec(const vec &v, bool pos = false) ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:589:5: warning: 'glHint' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glHint(GL_TEXTURE_COMPRESSION_HINT, hint); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2541:13: note: 'glHint' has been explicitly marked deprecated here extern void glHint (GLenum target, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:688:31: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(align != srcalign) glPixelStorei(GL_UNPACK_ALIGNMENT, align = srcalign); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:689:21: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(row > 0) glPixelStorei(GL_UNPACK_ROW_LENGTH, row); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:690:35: warning: 'glTexImage1D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(target==GL_TEXTURE_1D) glTexImage1D(target, level, internal, tw, 0, format, type, src); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2718:13: note: 'glTexImage1D' has been explicitly marked deprecated here extern void glTexImage1D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:691:14: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glTexImage2D(target, level, internal, tw, th, 0, format, type, src); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:692:21: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(row > 0) glPixelStorei(GL_UNPACK_ROW_LENGTH, row = 0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:713:42: warning: 'glCompressedTexImage1D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(subtarget==GL_TEXTURE_1D) glCompressedTexImage1D_(target, level, format, w, 0, size, data); ^ shared/glexts.h:65:33: note: expanded from macro 'glCompressedTexImage1D_' #define glCompressedTexImage1D_ glCompressedTexImage1D ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2766:13: note: 'glCompressedTexImage1D' has been explicitly marked deprecated here extern void glCompressedTexImage1D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:714:18: warning: 'glCompressedTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glCompressedTexImage2D_(subtarget, level, format, w, h, 0, size, data); ^ shared/glexts.h:64:33: note: expanded from macro 'glCompressedTexImage2D_' #define glCompressedTexImage2D_ glCompressedTexImage2D ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2765:13: note: 'glCompressedTexImage2D' has been explicitly marked deprecated here extern void glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:784:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(target, tnum); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:785:5: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(target, GL_TEXTURE_WRAP_S, clamp&1 ? GL_CLAMP_TO_EDGE : (clamp&0x100 ? GL_MIRRORED_REPEAT : GL_REPEAT)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:786:31: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(target!=GL_TEXTURE_1D) glTexParameteri(target, GL_TEXTURE_WRAP_T, clamp&2 ? GL_CLAMP_TO_EDGE : (clamp&0x200 ? GL_MIRRORED_REPEAT : GL_REPEAT)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:787:94: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(target==GL_TEXTURE_2D && hasAF && min(anisotropy, hwmaxanisotropy) > 0 && filter > 1) glTexParameteri(target, GL_TEXTURE_MAX_ANISOTROPY_EXT, min(anisotropy, hwmaxanisotropy)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:788:5: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(target, GL_TEXTURE_MAG_FILTER, filter && bilinear ? GL_LINEAR : GL_NEAREST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:789:5: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(target, GL_TEXTURE_MIN_FILTER, ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:798:18: warning: 'glTexParameteriv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(mask) glTexParameteriv(target, GL_TEXTURE_SWIZZLE_RGBA, mask); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2724:13: note: 'glTexParameteriv' has been explicitly marked deprecated here extern void glTexParameteriv (GLenum target, GLenum pname, const GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:1045:9: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &t->frames[0]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:1075:13: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &t->frames[i]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:1520:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, textureload(name, clamp, true, false)->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:2341:9: warning: variable 'texmask' set but not used [-Wunused-but-set-variable] int texmask = 0; ^ engine/texture.cpp:2560:24: warning: 'glIsEnabled' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLenum depthtest = glIsEnabled(GL_DEPTH_TEST), blend = glIsEnabled(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2557:18: note: 'glIsEnabled' has been explicitly marked deprecated here extern GLboolean glIsEnabled (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:2560:60: warning: 'glIsEnabled' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLenum depthtest = glIsEnabled(GL_DEPTH_TEST), blend = glIsEnabled(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2557:18: note: 'glIsEnabled' has been explicitly marked deprecated here extern GLboolean glIsEnabled (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:2561:19: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(depthtest) glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:2562:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_CUBE_MAP, tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:2563:16: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!blend) glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:2564:5: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:2576:16: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!blend) glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:2577:19: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(depthtest) glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:2676:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &t->frames[0]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ 110 warnings generated. engine/texture.cpp:2737:20: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] loopv(envmaps) glDeleteTextures(1, &envmaps[i].tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/ui.o engine/ui.cpp engine/texture.cpp:2751:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:2752:5: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, rendersize, rendersize); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:2755:5: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, texalign(pixels, rendersize, 3)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:2774:9: warning: 'glFrontFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glFrontFace((side.flipx==side.flipy)!=side.swapxy ? GL_CW : GL_CCW); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2495:13: note: 'glFrontFace' has been explicitly marked deprecated here extern void glFrontFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:2777:9: warning: 'glReadPixels' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glReadPixels(0, 0, rendersize, rendersize, GL_RGB, GL_UNSIGNED_BYTE, src); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2652:13: note: 'glReadPixels' has been explicitly marked deprecated here extern void glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:2790:5: warning: 'glFrontFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glFrontFace(GL_CW); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2495:13: note: 'glFrontFace' has been explicitly marked deprecated here extern void glFrontFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:2792:5: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:2887:13: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &t->frames[k]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:2948:43: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] loopv(t->frames) if(t->frames[i]) glDeleteTextures(1, &t->frames[i]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:3254:5: warning: 'glHint' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glHint(GL_TEXTURE_COMPRESSION_HINT, GL_NICEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2541:13: note: 'glHint' has been explicitly marked deprecated here extern void glHint (GLenum target, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:3263:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->frames[0]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:3265:5: warning: 'glGetTexLevelParameteriv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetTexLevelParameteriv(GL_TEXTURE_2D, 0, GL_TEXTURE_COMPRESSED, &compressed); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2538:13: note: 'glGetTexLevelParameteriv' has been explicitly marked deprecated here extern void glGetTexLevelParameteriv (GLenum target, GLint level, GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:3266:5: warning: 'glGetTexLevelParameteriv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetTexLevelParameteriv(GL_TEXTURE_2D, 0, GL_TEXTURE_INTERNAL_FORMAT, &format); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2538:13: note: 'glGetTexLevelParameteriv' has been explicitly marked deprecated here extern void glGetTexLevelParameteriv (GLenum target, GLint level, GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:3267:5: warning: 'glGetTexLevelParameteriv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetTexLevelParameteriv(GL_TEXTURE_2D, 0, GL_TEXTURE_WIDTH, &width); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2538:13: note: 'glGetTexLevelParameteriv' has been explicitly marked deprecated here extern void glGetTexLevelParameteriv (GLenum target, GLint level, GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:3268:5: warning: 'glGetTexLevelParameteriv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetTexLevelParameteriv(GL_TEXTURE_2D, 0, GL_TEXTURE_HEIGHT, &height); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2538:13: note: 'glGetTexLevelParameteriv' has been explicitly marked deprecated here extern void glGetTexLevelParameteriv (GLenum target, GLint level, GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:3304:9: warning: 'glGetTexLevelParameteriv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetTexLevelParameteriv(GL_TEXTURE_2D, level++, GL_TEXTURE_COMPRESSED_IMAGE_SIZE, &size); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2538:13: note: 'glGetTexLevelParameteriv' has been explicitly marked deprecated here extern void glGetTexLevelParameteriv (GLenum target, GLint level, GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:3327:9: warning: 'glGetTexLevelParameteriv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetTexLevelParameteriv(GL_TEXTURE_2D, d.dwMipMapCount, GL_TEXTURE_COMPRESSED_IMAGE_SIZE, &size); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2538:13: note: 'glGetTexLevelParameteriv' has been explicitly marked deprecated here extern void glGetTexLevelParameteriv (GLenum target, GLint level, GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:3328:9: warning: 'glGetCompressedTexImage' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetCompressedTexImage_(GL_TEXTURE_2D, d.dwMipMapCount++, dst); ^ shared/glexts.h:69:34: note: expanded from macro 'glGetCompressedTexImage_' #define glGetCompressedTexImage_ glGetCompressedTexImage ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2770:13: note: 'glGetCompressedTexImage' has been explicitly marked deprecated here extern void glGetCompressedTexImage (GLenum target, GLint lod, GLvoid *img) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:473:13: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:478:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:479:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:484:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, overlaytex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:511:13: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:527:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:528:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:533:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, overlaytex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:560:13: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:565:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:566:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:571:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, overlaytex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:903:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, hovertex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:912:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, textureid); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:922:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, o->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:935:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, overlaytex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:987:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:996:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:997:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, glowtex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:1007:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:1011:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, layertex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:1026:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, overlaytex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:1036:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:1430:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:1431:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:1436:13: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 156 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/water.o engine/water.cpp 135 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/world.o engine/world.cpp In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:318:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:326:17: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:327:17: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:332:13: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:333:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:334:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:405:50: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(waterreflect || !waterenvmap) glBindTexture(GL_TEXTURE_2D, waterreflect ? ref.tex : ref.refracttex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:411:17: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE3); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:412:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, ref.refracttex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:422:9: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE1); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:423:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, mslot.sts.inrange(2) ? mslot.sts[2].t->id : notexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:424:9: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE2); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:425:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, mslot.sts.inrange(3) ? mslot.sts[3].t->id : notexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:426:9: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE0); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:429:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_CUBE_MAP, lookupenvmap(mslot)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:472:27: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(waterfade) glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:476:13: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:477:13: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:481:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:486:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, waterfallrefraction.refracttex ? waterfallrefraction.refracttex : notexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:499:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &ref.tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:504:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &ref.refracttex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:542:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:678:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:679:9: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(GL_FALSE, GL_FALSE, GL_FALSE, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:680:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:769:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:770:9: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:771:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:774:5: warning: 'glFlush' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glFlush(); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2490:13: note: 'glFlush' has been explicitly marked deprecated here extern void glFlush (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:792:19: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(clear) glClearColor(color.r, color.g, color.b, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:793:9: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_DEPTH_BUFFER_BIT | (clear ? GL_COLOR_BUFFER_BIT : 0)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:796:5: warning: 'glClearDepth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearDepth(0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2397:13: note: 'glClearDepth' has been explicitly marked deprecated here extern void glClearDepth (GLclampd depth) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:797:5: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_DEPTH_BUFFER_BIT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:798:5: warning: 'glClearDepth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearDepth(1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2397:13: note: 'glClearDepth' has been explicitly marked deprecated here extern void glClearDepth (GLclampd depth) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:799:5: warning: 'glDepthRange' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthRange(1, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2461:13: note: 'glDepthRange' has been explicitly marked deprecated here extern void glDepthRange (GLclampd zNear, GLclampd zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:800:5: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthFunc(GL_ALWAYS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:801:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:810:9: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(GL_FALSE, GL_FALSE, GL_FALSE, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:819:16: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!clear) glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:820:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:821:5: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthFunc(GL_LESS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:822:5: warning: 'glDepthRange' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthRange(0, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2461:13: note: 'glDepthRange' has been explicitly marked deprecated here extern void glDepthRange (GLclampd zNear, GLclampd zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:925:13: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, size, size); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:935:21: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glScissor(sx, sy, sw, sh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:948:25: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glEnable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:954:25: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:960:25: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glEnable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:969:25: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:990:13: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, size, size); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:999:21: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glScissor(sx, sy, sw, sh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:1007:21: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glEnable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:1013:21: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:1018:5: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/world.cpp:3: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 163 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/worldio.o engine/worldio.cpp 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -L/opt/pkg/lib -o redeclipse16_server_native shared/crypto-standalone.o shared/geom-standalone.o shared/stream-standalone.o shared/tools-standalone.o shared/zip-standalone.o support/sqlite3.o engine/command-standalone.o engine/irc-standalone.o engine/master-standalone.o engine/server-standalone.o game/server-standalone.o -Lenet -lenet -lz In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ Undefined symbols for architecture arm64: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ "mac_personaldir()", referenced from: setlocations(bool) in server-standalone.o "mac_sauerbratendir()", referenced from: trytofindocta(bool) in server-standalone.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake: *** [Makefile:230: redeclipse16_server_native] Error 1 gmake: *** Waiting for unfinished jobs.... engine/worldio.cpp:934:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/worldio.cpp:935:5: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_PACK_ALIGNMENT, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/worldio.cpp:939:5: warning: 'glReadPixels' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glReadPixels(0, 0, screenw, screenh, GL_RGB, GL_UNSIGNED_BYTE, image.data); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2652:13: note: 'glReadPixels' has been explicitly marked deprecated here extern void glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/worldio.cpp:957:5: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/worldio.cpp:3: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 113 warnings generated. *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/games/redeclipse16 *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/games/redeclipse16