=> "/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.0nb8 /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 clang -DSQLITE_THREADSAFE=0 -DSQLITE_OMIT_LOAD_EXTENSION -c -o support/sqlite3.o support/sqlite3.c gmake[1]: Entering directory '/Users/pbulk/work/games/redeclipse16/work/redeclipse-1.6.0/src/enet' 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 ); ^ 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++ -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 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); ^ 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` -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 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); ^ 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); ^ 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; ~~^ 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/capture.o game/capture.cpp 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 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 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); ^ 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 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 -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 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 -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 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 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 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 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/entities.o game/entities.cpp 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); ^ 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); ^ 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); ^ 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); ^ 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] 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: glBindTexture(GL_TEXTURE_2D, t->id);'glUniform3f' 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:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) 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); ^ 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:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/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); ^ 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/game.o game/game.cpp 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/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/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); ^ 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/physics.o game/physics.cpp 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); ^ 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/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 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); ^ 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/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: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: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/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/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, ) ^ In file included from game/server.cppshared/glemu.h::2773: :13: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from game/game.h: glVertexAttribPointer_(index, size, type, normalized, stride, data); \4 : ^In file included from engine/engine.h:shared/glexts.h92:: 186engine/texture.h::3242:: 33note: :expanded from macro 'glVertexAttribPointer_' warning: 'glUniform1fv' 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 case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break;: ^note: 'glVertexAttribPointer' has been explicitly marked deprecated here shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ 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: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:5: In file included from shared/cube.h:72: shared/glemu.h:85:5In file included from :game/server.cpp :warning: 27'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 game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44: GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, )33 : ^ warning: 'glUniform2fv' 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' case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \note: expanded from macro 'glUniform2fv_' ^ shared/glexts.h:156#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: 36: note: expanded from macro 'glEnableVertexAttribArray_' extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) 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 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:In file included from game/waypoint.cppwarning: :'glUniform3fv' 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 game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h: case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break;72 : ^shared/glemu.h :85:shared/glexts.h5::141 :warning: 23'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 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: 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 extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ expanded from macro 'GLE_ATTRIBPOINTER' 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 static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' 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 glDisableVertexAttribArray_ glDisableVertexAttribArray #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 ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hextern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14);: 2918 ^: 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: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] In file included from game/waypoint.cpp:1 case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break;: In file included from ^game/game.h :4: In file included from engine/engine.hshared/glexts.h::1485:: 23In file included from :shared/cube.h :note: 72expanded from macro 'glUniform2iv_': shared/glemu.h:85:5: #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: warning: '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: 'glUniform2iv' 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: extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14);note: 'glVertexAttribPointer' has been explicitly marked deprecated here ^ extern void 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: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_' In file included from game/waypoint.cpp:1: #define glUniform3iv_ glUniform3ivIn file included from game/game.h ^: 4: In file included from engine/engine.h:5: /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 hereIn 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 glUniform3iv (GLint location, GLsizei count, const GLint *value) 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_'In file included from game/server.cpp:27: In file included from game/game.h:#define glBindBuffer_ glBindBuffer4 : ^In file included from engine/engine.h:92: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hengine/texture.h::286752::1333:: note: warning: 'glBindBuffer' has been explicitly marked deprecated here'glUniform4iv' 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); 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 In file included from game/waypoint.cppextern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14);: 1 ^: In file included from game/game.h:4: In file included from In file included from game/server.cpp:27: In file included from game/game.h:4engine/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:92 static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105: :23:engine/texture.h note: :expanded from macro 'glBindBuffer_'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:#define glBindBuffer_ glBindBuffer ^ 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 ^ /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 :2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 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.hIn 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] 54 static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); }: ^33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glexts.h case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break;: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.hIn file included from :152:29: note: expanded from macro 'glUniformMatrix3fv_' game/waypoint.cpp#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); ^ :1: In file included 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: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: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); ^ 109 warnings generated. 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); ^ 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 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 -DSTANDALONE -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -c -o shared/crypto-standalone.o shared/crypto.cpp 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); ^ 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); ^ 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/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 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 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 engine/command-standalone.o engine/command.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/irc-standalone.o engine/irc.cpp engine/command.cpp:1206:45: warning: variable 'numargs' set but not used [-Wunused-but-set-variable] int comtype = CODE_COM, numargs = 0; ^ 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 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 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 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 ^ 111/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h warnings generated. :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); ^ 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 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/tools.o shared/tools.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); ^ 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 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` -x c++-header -o engine/engine.tmp.h.gch engine/engine.h 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); ^ 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); ^ 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 -o genkey_native engine/genkey.o shared/crypto-standalone.o 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 engine/bih.o engine/bih.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/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); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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: '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/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.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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: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/bih.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/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] 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/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: '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/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: '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/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: '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/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] 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/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/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] 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/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: '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/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: '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/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) ^ 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/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' 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/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) ^ 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/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: '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/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: '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/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: '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/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); ^ 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: '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/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] 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/bih.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/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); ^ 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 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: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/bih.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/bih.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/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()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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: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/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: '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/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] 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/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: '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/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: '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 ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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: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/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: '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:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: '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: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/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: '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/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: '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/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_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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: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/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: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: '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: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/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: '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/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: '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/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); ^ 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: '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/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/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: '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/bih.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/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] 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/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: 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: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/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 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: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/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: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/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 extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint 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: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/bih.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/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); } ^ 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: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/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/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); ^ 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: '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/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: '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/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: '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/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: '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/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 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: '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/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) ^ 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: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/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: '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/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: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/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: '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/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: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/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: '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/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:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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: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: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/blend.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/blend.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/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) \ ^ 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/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] 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/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) ^ 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/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: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/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: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: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/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: '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/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: '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/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: '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/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_ ^ 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/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: '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/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); ^ 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: '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/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: '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/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: '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/blend.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/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] 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/blend.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/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 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: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/blend.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/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: '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/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_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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: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/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: '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/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' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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: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/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 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: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/blend.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/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 ^ /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: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_' #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: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/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: 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: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_' #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: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); ^ 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/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] 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_ ^ 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:shared/glexts.h :warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 159: GLE_INITATTRIBF(vertex, ATTRIB_VERTEX)27 : ^ note: expanded from macro 'glVertexAttrib1f_' shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' #define glVertexAttrib1f_ glVertexAttrib1f ^ 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); ^ /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: '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' In file included from engine/command.cpp:4: 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:72:148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' : shared/glemu.h:#define glVertexAttrib1f_ glVertexAttrib1f55 : ^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) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882shared/glemu.h:47:9: :13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ 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:2888In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h::13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here 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] extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); 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); } \ ^In file included from :151:1: note: expanded from hereengine/command.cpp :4: glVertexAttrib2f_In file included from engine/engine.h^: 5: In file included from shared/cube.hshared/glexts.h::72163: :shared/glemu.h27::55 :note: 5expanded from macro 'glVertexAttrib2f_': warning: 'glVertexAttrib3f' 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(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:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' 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] static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ :142:1shared/glemu.h:: 47note: :expanded from here9 : note: expanded from macro 'GLE_INITATTRIBF' glVertexAttrib3f_ ^ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glexts.hshared/glemu.h::16744::2767:: note: note: expanded from macro 'glVertexAttrib3f_'expanded from macro 'GLE_INITATTRIB' #define glVertexAttrib3f_ glVertexAttrib3f ^ static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^/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 here154 :1: note: extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/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' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' In file included from engine/console.cpp:3: 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 ^ :145:72: shared/glemu.h:56:5::1 :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 here GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ glVertexAttrib4f_ ^ shared/glexts.h:shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' 171:27: GLE_INITATTRIB(name, index, f, float) \note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ ^ 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:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here :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 glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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/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 In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.hextern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);: ^ 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/console.cppshared/glemu.h::348: :In file included from 49engine/engine.h:: 5note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ : 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.hshared/glexts.h::168171::2827:: 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:2908:13: note: 'glVertexAttrib4f' has 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 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: In file included from note: engine/console.cpp'glVertexAttrib3fv' has been explicitly marked deprecated here: 3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);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:In file included from 28: note: 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:49:58: note: expanded from macro 'glVertexAttrib2fv_' expanded from macro 'GLE_INITATTRIBF' #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 static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);expanded from macro 'glVertexAttrib4f_' ^ #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/console.cpp:extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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: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.hIn file included from :2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 engine/console.cpp5: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: 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); ^ 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); } ^ 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: '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::16028: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13::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);note: ^ 'glVertexAttrib4fv' 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:3In file included from : engine/command.cppIn file included from :engine/engine.h4:: 5In file included from : engine/engine.hIn file included from :shared/cube.h5:: 72In file included from : shared/cube.hshared/glemu.h::7258: :shared/glemu.h66::56 :warning: 5'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 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) ^ 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_' shared/glemu.h:47:9: note: #define glVertexAttrib4Nub_ glVertexAttrib4Nubexpanded 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:2901:13: GLE_INITATTRIB(name, index, f, float) \ note: ^'glVertexAttrib4Nub' has been explicitly marked deprecated here shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 ^ 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/console.cpp::28823:: 13In file included from engine/engine.h:: 5note: : 'glVertexAttrib1f' has been explicitly marked deprecated hereIn 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 glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 engine/command.cpp:4: In file included from extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14);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: In file included from expanded from hereengine/console.cpp :3: In file included from glVertexAttrib2f_ ^ shared/glexts.h:163:27engine/engine.h:: 5note: : expanded from macro 'glVertexAttrib2f_'In file included from shared/cube.h:72: shared/glemu.h:60:#define glVertexAttrib2f_ glVertexAttrib2f5 : ^ 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:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF'extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) 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:In file included from engine/command.cpp:4: In file included from engine/engine.h :note: 5expanded from here: In file included from shared/cube.h:72: shared/glemu.hglVertexAttrib1f_: 56^: 5: shared/glexts.hwarning: :'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]159 :27: note: expanded from macro 'glVertexAttrib1f_' GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ #define glVertexAttrib1f_ glVertexAttrib1fshared/glemu.h : ^47 :9:/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 herenote: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.hextern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14);: 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:In file included from engine/console.cppnote: :expanded from macro 'glVertexAttrib3f_'3 : In file included from engine/engine.h:5: In file included from #define glVertexAttrib3f_ glVertexAttrib3fshared/cube.h : ^72 : shared/glemu.h:60/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::52894:: 13warning: :'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: 'glVertexAttrib3f' has been explicitly marked deprecated here GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);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.hIn file included from :engine/command.cpp163::427: :In file included from engine/engine.hnote: :expanded from macro 'glVertexAttrib2f_'5 : In file included from shared/cube.h:72: shared/glemu.h:#define glVertexAttrib2f_ glVertexAttrib2f56 : ^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'glVertexAttrib4f' 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(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/console.cpp:3: In file included from In file included from engine/command.cppengine/engine.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); ^ :5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: In file included from 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]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: '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 GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0): note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has 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: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) \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:shared/glemu.h note: :expanded from macro 'GLE_INITATTRIBF' 44:67: static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \note: ^ 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: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: expanded from macro 'GLE_INITATTRIB'note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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 name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);: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/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5:In file included from engine/console.cpp:3: In file included from engine/engine.h: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:53In file included from :86: note: expanded from macro 'GLE_INITATTRIBN' shared/cube.h:72: shared/glemu.h:60 static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); }: ^5 :160:1:: note: expanded from here glVertexAttrib4Nub_ warning: ^ shared/glexts.h:182:29: note: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]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 GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 ^In file included from engine/command.cpp:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h4:: 2908In 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); ^ 13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here In file included from engine/command.cpp:4extern 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: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: '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/command.cpp :4: In file included from shared/glemu.hengine/engine.h::485:: 49In file included from :shared/cube.h :note: 72expanded from macro 'GLE_INITATTRIBF': 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] static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)shared/glexts.h : ^168 :28:shared/glemu.h :note: 47expanded from macro 'glVertexAttrib3fv_': 9: note: expanded from macro 'GLE_INITATTRIBF' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ 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:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here shared/glemu.h:42:51:extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/console.cpp:#define glVertexAttrib1f_ glVertexAttrib1f3: 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.hshared/glemu.h::288260::135: warning: '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)note: 'glVertexAttrib1f' has been explicitly marked deprecated here ^ extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^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:72extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ : 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' In file included from GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: engine/console.cpp:3: In file included from engine/engine.h:note: 5expanded from macro 'GLE_INITATTRIB': 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##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_' GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) #define glVertexAttrib2f_ glVertexAttrib2f ^ shared/glemu.h:50 : ^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:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) 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(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' In file included from engine/console.cpp:3: In file included from engine/engine.h GLE_INITATTRIB(name, index, f, float) \: 5 ^: In file included from shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' shared/cube.h:72: shared/glemu.h:60:5: static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \warning: ^ :169:1: note: expanded from here 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:#define glVertexAttrib3f_ glVertexAttrib3f51 : ^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:2894: static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }13 : ^ shared/glexts.h: 172note: 'glVertexAttrib3f' has been explicitly marked deprecated here :28: note: expanded from macro 'glVertexAttrib4fv_' extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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: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:3: GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)In file included from ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ engine/engine.hshared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' :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_ ^ In file included from shared/glexts.h:171shared/cube.h:27: note: expanded from macro 'glVertexAttrib4f_' :#define glVertexAttrib4f_ glVertexAttrib4f72 ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has 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: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) ^In file included from engine/command.cpp:4: shared/glemu.hIn file included from :engine/engine.h47::59: :In file included from shared/cube.hnote: :expanded from macro 'GLE_INITATTRIBF'72 : shared/glemu.h:60:5: GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51 : note: expanded from macro 'GLE_INITATTRIB' warning: static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:#define glVertexAttrib1f_ glVertexAttrib1f48 : ^49 : 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 static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14);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:61:5: In file included from engine/command.cpp:warning: 4'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: :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] 59: note: expanded from macro 'GLE_INITATTRIB' GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ 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: note: expanded from here 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_' glVertexAttrib2f_#define glVertexAttrib4f_ glVertexAttrib4f ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908 shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' :#define glVertexAttrib2f_ glVertexAttrib2f ^ 13:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: 2888:note: 13'glVertexAttrib4f' has 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: 'glVertexAttrib2f' 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:72extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);: ^ 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_' 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: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttrib2fv_ glVertexAttrib2fv 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/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:1: note: expanded from here :2889:13:glVertexAttrib3f_ ^ shared/glexts.h :167:27: note: expanded from macro 'glVertexAttrib3f_' note: 'glVertexAttrib2fv' has been explicitly marked deprecated here#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 extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) 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: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' In file included from engine/command.cpp:4 GLE_INITATTRIB(name, index, f, float) \: In file included from ^ engine/engine.h:shared/glemu.h5: In file included from shared/cube.h:72: shared/glemu.h::6045::75: note: expanded from macro 'GLE_INITATTRIB' 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##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ shared/glemu.h:51:50::10 :note: 1expanded from macro 'GLE_INITATTRIBF': note: expanded from here static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:glVertexAttrib4f_172 :^28 shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' : note: #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here expanded from macro 'glVertexAttrib4fv_' extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttrib4fv_ glVertexAttrib4fv ^ In file included from engine/console.cpp:3/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/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:29095:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here : extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ warning: 'glVertexAttrib3fv' 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: '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(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: shared/glemu.hnote: :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_' expanded from here #define glVertexAttrib3fv_ glVertexAttrib3fv ^ glVertexAttrib1f_ ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2895shared/glexts.h::159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ 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: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^: 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.hIn 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: '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' 72: GLE_INITATTRIB(name, index, f, float) \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/glemu.hshared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' :#define glVertexAttrib4f_ glVertexAttrib4f 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:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here : 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ In file included from shared/glexts.hengine/console.cpp::1633:: 27In file included from :engine/engine.h:5: In file included from note: shared/cube.hexpanded from macro 'glVertexAttrib2f_': 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] #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); ^ GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' In file included from engine/command.cpp:4: In file included from static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: engine/engine.hexpanded from macro 'glVertexAttrib2fv_' :5: In file included from shared/cube.h:#define glVertexAttrib2fv_ glVertexAttrib2fv72: 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] ^ /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: GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1)note: 'glVertexAttrib2fv' has been explicitly marked deprecated here ^ shared/glemu.h:47:extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);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:In file included from engine/console.cpp:3: In file included from engine/engine.h13: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' : note: 'glVertexAttrib3f' has been explicitly marked deprecated here static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);28 : ^ note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13 : note: 'glVertexAttrib4fv' 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.cppIn file included from :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] engine/command.cpp 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: 4'glVertexAttrib4f' has been explicitly marked deprecated here 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:In file included from engine/console.cpp:5: warning: 'glVertexAttrib4f' 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: In file included from shared/cube.h GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1): 72 ^: shared/glemu.h:63:shared/glemu.h47::47 :warning: 9'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); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/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_INITATTRIB(name, index, f, float) \ note: ^'glVertexAttrib4f' has 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:45:75: note: expanded from macro 'GLE_INITATTRIB' In file included from engine/console.cpp:3: In file included from engine/engine.h 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:29085: In file included from shared/cube.h:72:13: note: 'glVertexAttrib4f' has 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 ^ :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] In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: 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 shared/glemu.hextern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ :61In file included from :engine/console.cpp:53: 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); } \ ^ In file included from shared/glexts.hengine/engine.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 5extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) 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:In file included from 171engine/command.cpp::4: In file included from engine/engine.h:5: In file included from 27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /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:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here :extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ 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' In file included from engine/console.cpp:3: In file included from engine/engine.h: static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \5 : ^In file included from shared/cube.h:72: shared/glemu.h:shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' 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] #define glVertexAttrib4f_ glVertexAttrib4f ^ static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28 : note: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hexpanded from macro 'glVertexAttrib4fv_': 2908:13: note: #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909'glVertexAttrib4f' has been explicitly marked deprecated here :extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^13 : note: 'glVertexAttrib4fv' 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: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:164In file included from :engine/console.cpp28::3 : note: expanded from macro 'glVertexAttrib2fv_' In file included from #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: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] engine/engine.h GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) :5 ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' : In file included from shared/cube.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:72: shared/glemu.h:76:61: 2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here warning: extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) 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] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArrayIn file included from engine/command.cpp ^: 4: 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::52917: :In file included from 13shared/cube.h:: 72note: : 'glEnableVertexAttribArray' has been explicitly marked deprecated hereshared/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 glEnableVertexAttribArray (GLuint index) 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: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated hereIn 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:77:51:extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ 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_' In file included from engine/command.cpp:4: In file included from #define glDisableVertexAttribArray_ glDisableVertexAttribArrayengine/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.h72:: 2918shared/glemu.h::1363:: 47note: :'glDisableVertexAttribArray' 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 glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4fshared/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()) ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has 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:69:54In 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: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_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ ^ 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:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: extern void glEnableVertexAttribArray (GLuint index) 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/command.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); } ^ In file included from shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13engine/console.cpp::3: 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: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] 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:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ In file included from engine/command.cpp:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h4: 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] 2918:13: static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:#define glVertexAttrib4fv_ glVertexAttrib4fv3: 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.hshared/cube.h::290972:: 13shared/glemu.h:: 78note: :'glVertexAttrib4fv' has been explicitly marked deprecated here5 : warning: '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' extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) 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/command.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 In file included from engine/console.cpp:3: In file included from engine/engine.h:5extern void glEnableVertexAttribArray (GLuint index) 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' In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72 static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' : shared/glemu.h:#define glEnableVertexAttribArray_ glEnableVertexAttribArray77 ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^: 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/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: '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: static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); }note: ^ shared/glexts.h:157:37: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ note: shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ #define glDisableVertexAttribArray_ glDisableVertexAttribArray /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: ^ 2918/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::132918:: 13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here 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/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: '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: In file included from note: expanded from macro 'GLE_ATTRIBPOINTER'engine/command.cpp :4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13:shared/glemu.h note: 'glVertexAttribPointer' has been explicitly marked deprecated here :extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); 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:In file included from 156engine/console.cpp::363:: In file included from note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917engine/engine.h:13::5 : note: In file included from 'glEnableVertexAttribArray' has been explicitly marked deprecated hereshared/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]extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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); } \ ^ In file included from shared/glexts.hengine/command.cpp::156:36: note: expanded from macro 'glEnableVertexAttribArray_'4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5:#define glEnableVertexAttribArray_ glEnableVertexAttribArray 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:2917:13: GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable())note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here ^ shared/glemu.h:70:46:extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); 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/console.cpp : ^3 /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: :In file included from note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here engine/engine.h:5: In file included from extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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: 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:78:expanded from macro 'GLE_ATTRIBPOINTER' 5 static inline void disable##name() { glDisableVertexAttribArray_(index); } \: warning: '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_' shared/glexts.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 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_' In file included from engine/command.cpp:4: In file included from #define glDisableVertexAttribArray_ glDisableVertexAttribArrayengine/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:2918: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] :13: GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, )note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' 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 In file included from extern void glEnableVertexAttribArray (GLuint index) 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: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] In file included from GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: glVertexAttribPointer_(index, size, type, normalized, stride, data); \shared/glemu.h ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' :#define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h79:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here :extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) 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(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h static inline void disable##name() { glDisableVertexAttribArray_(index); } \: 72 ^: shared/glemu.h:shared/glexts.h81::1575::37 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 'glDisableVertexAttribArray_' GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (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/console.cpp:3: In file included from engine/engine.hIn file included from engine/command.cpp:4: In file included from engine/engine.h::55: 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, ) In file included from ^ shared/cube.hshared/glemu.h::7270: :shared/glemu.h46::79 :note: 5expanded from macro 'GLE_ATTRIBPOINTER': 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(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, )shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/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: ^73 :13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/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] extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ 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.hIn 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]:186:32: note: expanded from macro 'glVertexAttribPointer_' GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' #define glVertexAttribPointer_ glVertexAttribPointer ^ 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:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here shared/glexts.hextern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ :156:36: note: In file included from engine/console.cpp:3: In file included from engine/engine.h:expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here 5: In file included from shared/cube.h:72: shared/glemu.h:82:extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);5: warning: '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_' In file included from engine/command.cpp#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ :4: /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/engine.h2917::513: :In file included from shared/cube.hnote: :'glEnableVertexAttribArray' has been explicitly marked deprecated here72 : 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] extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h static inline void disable##name() { glDisableVertexAttribArray_(index); } \: 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] shared/glexts.h:157:37 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_' note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/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: 2918'glDisableVertexAttribArray' has been explicitly marked deprecated here: 13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from In file included from engine/console.cppengine/command.cpp::34: : 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.hshared/glemu.h::8280::55:: warning: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]'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, ) GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ ^ shared/glemu.h:shared/glemu.h73::7313::13 :note: expanded from macro 'GLE_ATTRIBPOINTER'note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ ^ shared/glexts.hshared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: :'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ 186:32: note: expanded from macro 'glVertexAttribPointer_' In file included from #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' 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:81:5extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);: ^warning: '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 ^ In file included from engine/console.cpp/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::32917: :In file included from 13engine/engine.h:: 5: In file included from shared/cube.h:72: shared/glemu.h:83:note: 5'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); : ^ warning: '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:54In 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' note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: '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:36In file included from :engine/command.cpp :note: expanded from macro 'glEnableVertexAttribArray_' 4#define glEnableVertexAttribArray_ glEnableVertexAttribArray: 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:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here 72extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ : 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:In file included from engine/console.cppnote: :expanded from macro 'GLE_ATTRIBPOINTER'3 : In file included from engine/engine.h:5 glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' : #define glVertexAttribPointer_ glVertexAttribPointerIn 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:2916:13: GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) note: 'glVertexAttribPointer' has been explicitly marked deprecated here ^ shared/glemu.h:70:46: note: extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);expanded from macro 'GLE_ATTRIBPOINTER' ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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 engine/command.cppextern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);: 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 In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);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_' In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.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 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);: 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' In file included from engine/console.cpp:3: In file included from static inline void disable##name() { glDisableVertexAttribArray_(index); } \engine/engine.h: 5 ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_': In file included from shared/cube.h:72: shared/glemu.h:84: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] 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:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' 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 ^ 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/command.cpp:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here :4: In file included from engine/engine.h:5: In file included from extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);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/console.cpp:3: In file included from engine/engine.h:expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ 5shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' : In file included from #define glVertexAttribPointer_ glVertexAttribPointershared/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:2916:13::72: shared/glemu.h:84: 5note: :'glVertexAttribPointer' has been explicitly marked deprecated here warning: '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, ) ^ 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 : ^70 :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/command.cpp:4: In file included from engine/engine.h:#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ 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:13:In file included from note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); 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_' In file included from engine/console.cpp:3: In file included from engine/engine.h:5: #define glEnableVertexAttribArray_ glEnableVertexAttribArrayIn file included from shared/cube.h ^: 72: 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.h84::29175::13 :warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, )extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glemu.h:73: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/command.cpp : ^4 : 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::29165:: 13In file included from :shared/cube.h :note: 72'glVertexAttribPointer' has been explicitly marked deprecated here: 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, ) ^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:70: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/console.cpp:3#define glDisableVertexAttribArray_ glDisableVertexAttribArray: In file included from ^engine/engine.h :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.h2918::7213: :shared/glemu.h :note: 85'glDisableVertexAttribArray' has been explicitly marked deprecated here: 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 glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/console.cpp:3: In file included from engine/engine.h:5: In file included from 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] shared/cube.h: GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, )72 : ^shared/glemu.h :85:shared/glemu.h5::73 :warning: 13'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(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^shared/glemu.h :70:shared/glexts.h46::186 :note: 32expanded from macro 'GLE_ATTRIBPOINTER': note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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 disable##name() { glDisableVertexAttribArray_(index); } \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:157:In file included from engine/command.cpp:4: In file included from engine/engine.h:375: In file included from : note: expanded from macro 'glDisableVertexAttribArray_' shared/cube.h:72: shared/glemu.h:84:5: warning: #define glDisableVertexAttribArray_ glDisableVertexAttribArray'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(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:extern void glDisableVertexAttribArray (GLuint index) 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: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here In file included from engine/console.cpp:3extern 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: '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(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, )engine/command.cpp : ^4 : In file included from engine/engine.hshared/glemu.h::573: :In file included from 13shared/cube.h:: 72note: : expanded from macro 'GLE_ATTRIBPOINTER'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] glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' expanded from macro 'glVertexAttribPointer_' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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:2918:13:extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) 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/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: In file included from shared/glemu.hengine/console.cpp:3: In file included from engine/engine.h:5:: In file included from 84shared/cube.h::572: : 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:87:57: warning: GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, )'glBindBuffer' 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: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ ^ shared/glexts.h:186shared/glexts.h::32105:: 23note: :expanded from macro 'glVertexAttribPointer_' note: expanded from macro 'glBindBuffer_' #define glVertexAttribPointer_ glVertexAttribPointer#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:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) 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/console.cpp:3: In file included from engine/engine.h:5: 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:37In 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] 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(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); }shared/glemu.h ^ shared/glexts.h:105:23::69 note: expanded from macro 'glBindBuffer_' :#define glBindBuffer_ glBindBuffer54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: ^ note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (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: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:5In file included from : engine/console.cpp:3: In file included from engine/engine.h:5In 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 shared/cube.h: GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' 72: shared/glemu.h:89: static inline void disable##name() { glDisableVertexAttribArray_(index); } \57 ^ shared/glexts.h:157:37: : 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 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ ^ /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.h2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); :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.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h::72: shared/glemu.h:85:5: warning: 2867'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 13: note: 'glBindBuffer' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:extern void glBindBuffer (GLenum target, GLuint buffer) 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 ^ 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/console.cpp:3: In file included from engine/engine.h:5: In file included from :shared/cube.h:2916:13: 72: shared/glemu.h:90:37: warning: note: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]'glVertexAttribPointer' 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 glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) 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: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/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] In file included from engine/console.cpp case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ :3/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 2942engine/engine.h::1392:: engine/texture.h:44:note: 'glUniform1fv' has been explicitly marked deprecated here 33extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ : warning: 'glUniform2fv' 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 case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: :expanded from macro 'glUniform2fv_'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]#define glUniform2fv_ glUniform2fv ^ 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: /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: note: 'glUniform2fv' has been explicitly marked deprecated here'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 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: In file included from warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]engine/console.cpp :3: In file included from engine/engine.h:92: engine/texture.h:46:33: case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; warning: ^'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv 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: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 /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]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: case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break;'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' In file included from engine/command.cpp:4: In file included from engine/engine.h#define glUniform4fv_ glUniform4fv: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/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947::132945: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14);: ^13 : note: 'glUniform4fv' has been explicitly marked deprecated here 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 glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 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.hIn file included from :engine/console.cpp92:: 3engine/texture.h: :In file included from 52engine/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] 33: case GL_INT: glUniform1iv_(loc, size, param->ival); break; 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); ^ shared/glexts.hIn file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: :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 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 ^ 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:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here engine/console.cppextern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^: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] In file included from case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break;engine/command.cpp : ^4 : In file included from engine/engine.h:shared/glexts.h92:: 148engine/texture.h::2354:: 33note: :expanded from macro 'glUniform2iv_' warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #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: case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ 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:2948shared/glexts.h:13: note: 'glUniform3iv' has been explicitly marked deprecated here :152:29: note: expanded from macro 'glUniformMatrix3fv_' extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14);#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: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] In file included from engine/command.cpp:4: case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break;In file included from engine/engine.h ^: 92: engine/texture.hshared/glexts.h::55150::3323: note: expanded from macro 'glUniform4iv_' : warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #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: case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break;'glUniform4iv' has been explicitly marked deprecated here ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); #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 In file included from engine/console.cppextern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ :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: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 In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:387extern 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] :33: 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 warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 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; ^ In file included from shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' engine/command.cpp:4#define glUniform2f_ glUniform2f: In file included from ^engine/engine.h :92/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: :engine/texture.h2935::40413::85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); }'glUniform2f' has been explicitly marked deprecated here ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fvextern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) 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:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here 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]extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 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:In file included from engine/command.cppwarning: :4: In file included from engine/engine.h:92: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]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] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h: void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); }138:22: ^ shared/glexts.h: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 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 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: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 In file included from engine/console.cpp:3: In file included from engine/engine.h:92engine/command.cpp: engine/texture.h::4395: :In file included from 33engine/engine.h:: 92warning: : 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]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] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ #define glUniform2i_ glUniform2i ^shared/glexts.h :140/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::232939: note: expanded from macro 'glUniform2fv_' :13#define glUniform2fv_ glUniform2fv: ^note: 'glUniform2i' 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: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); ^ 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;In file included from engine/command.cpp ^: 4: shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' 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] #define glUniform3i_ glUniform3i 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: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 13: note: 'glUniform3i' has been explicitly marked deprecated here 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: extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14);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:397:33In 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:13warning: : 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]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] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; 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 ^ 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.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); ^ :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] In file included from engine/command.cpp:4: In file included from engine/engine.h: void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); }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] ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ #define glUniform1fv_ glUniform1fvshared/glexts.h : ^147 :23: /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 'glUniform1iv_'2942 :13: note: 'glUniform1fv' has been explicitly marked deprecated here #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:extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); 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: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_' In file included from engine/command.cpp:#define glUniform3fv_ glUniform3fv4 : ^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.h92:: 2944engine/texture.h::13441:: 84note: :'glUniform3fv' has been explicitly marked deprecated here warning: 'glUniform3iv' 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 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: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_' In file included from engine/command.cpp:4: #define glUniform2fv_ glUniform2fvIn file included from engine/engine.h ^: 92: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hengine/texture.h::2943442::1385:: note: warning: 'glUniform2fv' has been explicitly marked deprecated here'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) 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 In file included from engine/console.cpp:3: In file included from extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14);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 In file included from engine/command.cpp:4: In file included from engine/engine.h:92: ^engine/texture.h :443/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::852945:: 13warning: :'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: 'glUniform4fv' has been explicitly marked deprecated here void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ 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 In file included from engine/console.cpp:3extern 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: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); ^ 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); ^ 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/decal.o engine/decal.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/dynlight.o engine/dynlight.cpp 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: 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/dynlight.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/dynlight.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/dynlight.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/dynlight.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/dynlight.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/dynlight.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/dynlight.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.hIn file included from :engine/decal.cpp2909::113: note: 'glVertexAttrib4fv' 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:55:5:extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); 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' 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: 'glVertexAttrib1f' 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:47:shared/glemu.h9::42 :note: 51expanded from macro 'GLE_INITATTRIBF': note: expanded from macro 'GLE_INITATTRIB' 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 static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \: 1 ^: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ :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 /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hextern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14);: 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: In file included from shared/glemu.hengine/decal.cpp::561:: 5In file included from :engine/engine.h :warning: 5'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 shared/cube.h:72: shared/glemu.h: GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF'55 GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59:: note: 5expanded from macro 'GLE_INITATTRIB': 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 static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \glVertexAttrib2f_ ^ :151:1: note: expanded from here ^glVertexAttrib2f_ ^ shared/glexts.h:shared/glexts.h163::16327::27 :note: expanded from macro 'glVertexAttrib2f_'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 #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:2888extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);: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) ^ 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: '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.hshared/glemu.h:47:9:47:9: note: expanded from macro 'GLE_INITATTRIBF' : note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.hshared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' :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: static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ expanded from hereshared/glexts.h :167:27: note: expanded from macro 'glVertexAttrib3f_'glVertexAttrib3f_ ^ shared/glexts.h:167#define glVertexAttrib3f_ glVertexAttrib3f: 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:2894:13: note: #define glVertexAttrib3f_ glVertexAttrib3f'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 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]In file included from engine/decal.cpp:1: GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ In file included from engine/engine.h:shared/glemu.h5:: 47In file included from :9: note: expanded from macro 'GLE_INITATTRIBF' shared/cube.h:72: shared/glemu.h:55: GLE_INITATTRIB(name, index, f, float) \5: warning: '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'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 ^ static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, 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:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ In file included from engine/decal.cppshared/glexts.h:1:: 171:27In file included from : note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /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:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here: 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: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: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]shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ GLE_INITATTRIBF(color, ATTRIB_COLOR) ^shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' shared/glemu.h:#define glVertexAttrib3fv_ glVertexAttrib3fv48:49: 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) { 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 2895:13: extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^note: 'glVertexAttrib3fv' has been explicitly marked deprecated here In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: 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); } \ In file included from engine/decal.cpp:1: ^ In file included from shared/glexts.hengine/engine.h::1715: In file included from shared/cube.h:72: shared/glemu.h:55::27: note: expanded from macro 'glVertexAttrib4f_' 5: warning: '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#define glVertexAttrib4f_ glVertexAttrib4f: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); } \ /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/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' : #define glVertexAttrib4f_ glVertexAttrib4fnote: 'glVertexAttrib4f' has 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:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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: '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.hIn file included from :engine/decal.cpp:1: In file included from engine/engine.h:5: 50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^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:shared/glexts.h50:50: note: expanded from macro 'GLE_INITATTRIBF' :164:28 static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \: ^ note: shared/glexts.hexpanded from macro 'glVertexAttrib2fv_':164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ 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 /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 :2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (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/dynlight.cpp:1In file included from : engine/decal.cppIn file included from :engine/engine.h1:: 5In 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 shared/cube.h ^: 72shared/glemu.h: :51:50: note: expanded from macro 'GLE_INITATTRIBF' shared/glemu.h static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }: ^ shared/glexts.h:172:28: note: 56expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv : ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here 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' extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ 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); } \ ^ In file included from engine/dynlight.cpp:1: :In file included from 148engine/engine.h::15: note: expanded from here glVertexAttrib1f_ ^ : 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/glexts.h GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) : ^159: 27:shared/glemu.h :note: 53expanded from macro 'glVertexAttrib1f_': 86: note: expanded from macro 'GLE_INITATTRIBN' #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: static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); }'glVertexAttrib1f' has been explicitly marked deprecated here ^ extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ :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 In file included from engine/decal.cpp:1: In file included from extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ 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: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:58:6647: 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); }: 9 ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' : note: expanded from macro 'GLE_INITATTRIBF'#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); ^ GLE_INITATTRIB(name, index, f, float) \In file included from ^ shared/glemu.h:43:59:engine/dynlight.cpp note: expanded from macro 'GLE_INITATTRIB' :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 name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30::151 :note: 1expanded from macro 'glVertexAttrib4Nubv_': note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:#define glVertexAttrib4Nubv_ glVertexAttrib4Nubv163 : ^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 /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hextern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ :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: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'In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: 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/glemu.h shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' :60#define glVertexAttrib3f_ glVertexAttrib3f: 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' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894: GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB'13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ :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: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) ^ 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: '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 :47shared/glemu.h::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); }47:9: note: ^expanded from macro 'GLE_INITATTRIBF' :157 GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: :expanded from macro 'GLE_INITATTRIB' 1: note: expanded from here glVertexAttrib4f_ ^ static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' ^ #define glVertexAttrib4f_ glVertexAttrib4f :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 /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) 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 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] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: 9In file included from :shared/cube.h :note: 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) ^ expanded from macro 'GLE_INITATTRIBF'shared/glemu.h GLE_INITATTRIB(name, index, f, float) \ : ^48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168shared/glemu.h::2844:: 67note: :expanded from macro 'glVertexAttrib3fv_' note: expanded from macro 'GLE_INITATTRIB' #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 static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/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' 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/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' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^In file included from engine/decal.cpp:1 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 : In file included from engine/engine.h:5: 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) ^In file included from shared/glemu.h:49engine/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:49:58: note: expanded from macro 'GLE_INITATTRIBF' :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 static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ 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:13In file included from engine/dynlight.cpp::1 : 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: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); } \ ^ 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/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72In 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] : GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' 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: static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ expanded from macro 'GLE_INITATTRIBF' shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv #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:2909:13/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: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); 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]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: GLE_INITATTRIBF(color, ATTRIB_COLOR) 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 shared/glemu.h:extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ 51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28:In file included from note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ 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] 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); } \ ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: :4:1: note: expanded from here 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] glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ #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: shared/glemu.hnote: :'glVertexAttrib2f' has been explicitly marked deprecated here53 :86: note: expanded from macro 'GLE_INITATTRIBN' extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 ^ In file included from engine/dynlight.cpp/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::12901: In file included from :engine/engine.h13::5 : note: In file included from 'glVertexAttrib4Nub' has been explicitly marked deprecated hereshared/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: extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ expanded from macro 'GLE_INITATTRIBF' In file included from engine/decal.cpp: GLE_INITATTRIB(name, index, f, float) \1 : ^In file included from engine/engine.h:5shared/glemu.h:44:67: note: : 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); } ^ expanded from macro 'GLE_INITATTRIB' 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); ^ 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/decal.cpp:1: In file included from engine/engine.hglVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' :5: In file included from shared/cube.h:#define glVertexAttrib3f_ glVertexAttrib3f72 : ^shared/glemu.h :59:/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 48extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);: ^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 engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) 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: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); }In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from ^shared/cube.h :72:10:1: note: expanded from here : shared/glemu.h:60glVertexAttrib4f_ :^ 5:shared/glexts.h: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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) ^ 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' 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) { 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/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: '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' In file included from static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ engine/decal.cpp: ^ 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 1extern 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: '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/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: 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); } \warning: '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) ^ ^ :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); ^ 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 ^ In file included from engine/decal.cpp/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::12908: :In file included from 13engine/engine.h:: 5note: : 'glVertexAttrib4f' has been explicitly marked deprecated hereIn 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 glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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); } \ ^ 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: '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:169:: note: 1'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);: 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: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:48:49: 61:5: warning: note: '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 'GLE_INITATTRIBF' GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ shared/glemu.h ^ shared/glexts.h:168:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ :shared/glexts.h28: 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); ^ 172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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: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 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: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: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908In file included from :13engine/decal.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:60:extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ 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_' 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:63:47: #define glVertexAttrib2fv_ glVertexAttrib2fv ^ warning: 'glVertexAttrib4f' 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:2889:13: static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); }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:171:27In file included from : note: expanded from macro 'glVertexAttrib4f_' engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:#define glVertexAttrib4f_ glVertexAttrib4f ^ 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] /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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) ^ 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_ glVertexAttrib4fvextern 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:2909:13: ^note: 'glVertexAttrib4fv' 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/dynlight.cpp:1In file included from : engine/decal.cppIn file included from :engine/engine.h1:: 5In file included from : engine/engine.hIn file included from :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/cube.h:72: shared/glemu.h:64 ^: 77shared/glemu.h:: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 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 static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ #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:65In 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] :64 GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: 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 '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); } \ ^ note: :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); ^ expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/decal.cpp:1: In file included from engine/engine.h:5: In file included from extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);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]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:66:49: warning: GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ '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' static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172 GLE_INITATTRIB(name, index, f, float) \: 28: ^ note: expanded from macro 'glVertexAttrib4fv_' shared/glemu.h:44#define glVertexAttrib4fv_ glVertexAttrib4fv :67: 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:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ :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:In file included from engine/dynlight.cppnote: :1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61:'glVertexAttrib3f' has been explicitly marked deprecated here 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 glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ In file included from engine/decal.cppshared/glexts.h::1156: :In file included from 36engine/engine.h:: 5note: : expanded from macro 'glEnableVertexAttribArray_'In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: #define glEnableVertexAttribArray_ glEnableVertexAttribArray'glVertexAttrib4f' 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 GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1): 13 ^: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here 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:75In file included from engine/dynlight.cpp:1:: In file included from note: engine/engine.hexpanded from macro 'GLE_INITATTRIB': 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 name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } note: ^expanded from here shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' glVertexAttrib4f_ ^#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^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.h27::2918 :note: 13expanded from macro 'glVertexAttrib4f_': note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:extern void glDisableVertexAttribArray (GLuint index) 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 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: '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 In file included from extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:1: In file included from engine/engine.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: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: In file included from shared/cube.h:72: GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable())shared/glemu.h:61 ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^: 5:shared/glexts.h :warning: 157'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 37: note: expanded from macro 'glDisableVertexAttribArray_' GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ #define glDisableVertexAttribArray_ glDisableVertexAttribArrayshared/glemu.h:48:49: 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 static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); 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 engine/dynlight.cpp13::1: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here In file included from engine/engine.h:5extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) 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] 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 ^ 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.h: 2908: ^13 : note: 'glVertexAttrib4f' has 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:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ 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' shared/glexts.h static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ : ^186:32: note: expanded from macro 'glVertexAttribPointer_'shared/glexts.h :164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h#define glVertexAttrib2fv_ glVertexAttrib2fv: 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:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked 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 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 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: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 ^ :/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h156:36:: note: expanded from macro 'glEnableVertexAttribArray_' 2908#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here 13: note: 'glVertexAttrib4f' has been explicitly marked deprecated hereextern 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/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/dynlight.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: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); } ^ In file included from engine/dynlight.cppshared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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: In file included from engine/engine.h:extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ 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:In file included from 13engine/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] : note: 'glVertexAttribPointer' has been explicitly marked deprecated here 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); ^ extern void glVertexAttribPointer (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:69In file included from :engine/decal.cpp54::1 : note: In file included from expanded from macro 'GLE_ATTRIBPOINTER'engine/engine.h :5: In file included from shared/cube.h:72: shared/glemu.h:76:61: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ #define glEnableVertexAttribArray_ glEnableVertexAttribArrayshared/glexts.h : ^156 :36/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:: 2917note: :expanded from macro 'glEnableVertexAttribArray_'13 : note: 'glEnableVertexAttribArray' 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 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] In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h 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:72: shared/glemu.h:80:5:13: 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);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/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(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h ^ shared/glemu.h:70:46: :70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArraynote: ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here 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_' 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:#define glDisableVertexAttribArray_ glDisableVertexAttribArray 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_' In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from #define glVertexAttribPointer_ glVertexAttribPointershared/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:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here :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 glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) 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_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /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 2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here engine/decal.cpp:1extern void glVertexAttribPointer (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: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 : In file included from engine/engine.hextern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^: 5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: In file included from 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]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] 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: 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); '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: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:13In file included from :engine/decal.cpp :note: 1expanded from macro 'GLE_ATTRIBPOINTER': In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79: 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] 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); ^ ^ shared/glexts.h:186:In file included from engine/decal.cpp:1: In file included from engine/engine.h:325: In file included from shared/cube.h::72 : note: shared/glemu.hexpanded from macro 'glVertexAttribPointer_': 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] #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916: GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, )13 : ^ note: 'glVertexAttribPointer' has been explicitly marked deprecated hereshared/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 extern void glVertexAttribPointer (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:In file included from 82engine/decal.cpp::51:: In file included from warning: engine/engine.h'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 shared/cube.h:72: shared/glemu.h:80:5 GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ): ^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:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' shared/glexts.h:156:36#define glEnableVertexAttribArray_ glEnableVertexAttribArray: ^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:2917:13: note: 'glEnableVertexAttribArray' 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:13extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ : 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: 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' In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72 static inline void disable##name() { glDisableVertexAttribArray_(index); } \: shared/glemu.h ^: 80:5shared/glexts.h:: 157warning: :'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]37 : note: expanded from macro 'glDisableVertexAttribArray_' GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ ^ 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.h70::291846::13 :note: expanded from macro 'GLE_ATTRIBPOINTER'note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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: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' In file included from engine/decal.cpp:1 glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' : #define glVertexAttribPointer_ glVertexAttribPointerIn 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); ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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: '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, ) ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' : 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] static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ): 156 ^: 36: shared/glemu.hnote: :expanded from macro 'glEnableVertexAttribArray_'69 :54: note: expanded from macro 'GLE_ATTRIBPOINTER' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917 static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \: 13 ^: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here shared/glexts.h:156:36: note: extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);expanded from macro 'glEnableVertexAttribArray_' ^ #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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: 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] In file included from engine/decal.cpp:1: In file included from GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, )engine/engine.h : ^5 : In file included from shared/cube.h:72: shared/glemu.h:81:shared/glemu.h5::70 :warning: 46'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(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \shared/glemu.h:70:46: ^note: expanded from macro 'GLE_ATTRIBPOINTER' shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:#define glDisableVertexAttribArray_ glDisableVertexAttribArray157 : ^37 : /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 'glDisableVertexAttribArray_'2918 :13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 13: 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:83In file included from engine/decal.cpp:1: :In file included from 5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] engine/engine.h: GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, )5 ^: shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from shared/cube.h:72 glVertexAttribPointer_(index, size, type, normalized, stride, data); \: ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' 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] #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ ^ shared/glemu.h:73: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:84note: :5expanded from macro 'GLE_ATTRIBPOINTER': warning: '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' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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:186:32extern 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: 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.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: '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_' 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] #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ /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.h2918::6913::54 :note: 'glDisableVertexAttribArray' has been explicitly marked deprecated herenote: expanded from macro 'GLE_ATTRIBPOINTER' 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/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:In file included from 5engine/decal.cpp:: 1warning: : '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:82: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:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32 static inline void disable##name() { glDisableVertexAttribArray_(index); } \: note: expanded from macro 'glVertexAttribPointer_' ^#define glVertexAttribPointer_ glVertexAttribPointer shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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 glDisableVertexAttribArray_ glDisableVertexAttribArrayextern 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: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/dynlight.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, )In file included from engine/decal.cpp ^: 1: In file included from shared/glemu.hengine/engine.h::695:: 54In file included from :shared/cube.h :note: 72expanded from macro 'GLE_ATTRIBPOINTER': 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] static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h#define glEnableVertexAttribArray_ glEnableVertexAttribArray: 73 ^: 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: expanded from macro 'GLE_ATTRIBPOINTER' :2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);: 13 ^: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:85:5In file included from :engine/decal.cpp :warning: 1'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:83: GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, )5 : ^ warning: shared/glemu.h'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: 70expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ :shared/glexts.h:15646:36:: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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: extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:In file included from 37engine/decal.cpp:: 1note: : expanded from macro 'glDisableVertexAttribArray_'In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:#define glDisableVertexAttribArray_ glDisableVertexAttribArray83 : ^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'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ :46In 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: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] : note: expanded from macro 'GLE_ATTRIBPOINTER' 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_' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^#define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' 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] #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: 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:2918#define glBindBuffer_ glBindBuffer: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:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ 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: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/dynlight.cpp:1: In file included from engine/engine.h:5In file included from : engine/decal.cppIn file included from :shared/cube.h1:: 72In file included from : engine/engine.hshared/glemu.h::589: :In file included from 57shared/cube.h:: 72warning: : 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]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] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ): 105 ^: 23shared/glemu.h:: 73note: :expanded from macro 'glBindBuffer_'13 : note: expanded from macro 'GLE_ATTRIBPOINTER'#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 glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) 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/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' In file included from engine/dynlight.cpp:1: In file included from static inline void disable##name() { glDisableVertexAttribArray_(index); } \engine/engine.h : ^5 : In file included from shared/glexts.hshared/cube.h::15772:: 37shared/glemu.h:: 90note: :expanded from macro 'glDisableVertexAttribArray_'37 : 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 ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918 static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); }: 13 ^: note: shared/glexts.h'glDisableVertexAttribArray' has been explicitly marked deprecated here: 105:23: note: expanded from macro 'glBindBuffer_' 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/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; ^In file included from engine/dynlight.cpp:shared/glexts.h1:: 147In 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; ^ 23: note: expanded from macro 'glUniform1iv_' shared/glexts.h:139:23#define glUniform1iv_ glUniform1iv: ^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); ^ /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 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:extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14);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: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:33In file included from : warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46: case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break;33 : ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' warning: #define glUniformMatrix2fv_ glUniformMatrix2fv'glUniform3fv' 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: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_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' 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; ^ #define glUniform3fv_ glUniform3fvshared/glexts.h:152 ^ :29: note: expanded from macro 'glUniformMatrix3fv_' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944#define glUniformMatrix3fv_ glUniformMatrix3fv: ^13 :/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 note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 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: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: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/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 In file included from engine/decal.cppengine/dynlight.cpp::11: : In file included from In file included from engine/engine.hengine/engine.h::9292: : engine/texture.hengine/texture.h::405387::8333:: warning: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]'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; ^ void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); }shared/glexts.h : ^135 :22: note: expanded from macro 'glUniform1f_' shared/glexts.h:141:23: #define glUniform1f_ glUniform1fnote: 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 : ^2934 :13: note: 'glUniform1f' 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:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ 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:389:33: warning: 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); ^ 'glUniform2f' 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/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h: case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ 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 shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *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:2935 :13: ^ note: 'glUniform2f' has been explicitly marked deprecated here 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]extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 hereIn file included from engine/dynlight.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] extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 In file included from engine/decal.cpp:1: In file included from engine/engine.h:extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ 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] 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 void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ :13: note: shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' 'glUniform4f' has been explicitly marked deprecated here #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); ^ 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:92In 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] : 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 matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ case GL_INT: glUniform1i_(b->loc, int(x)); break;shared/glexts.h : ^153 :29shared/glexts.h:: 143note: :expanded from macro 'glUniformMatrix4fv_'22 : note: expanded from macro 'glUniform1i_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ #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: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:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); 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/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440In file included from engine/dynlight.cpp:1: :In file included from engine/engine.h83::92 : warning: engine/texture.h'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 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] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ ^ shared/glexts.h:shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ 147/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 :23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) 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: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.hIn file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441::84:92 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); } ^engine/texture.h shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' :397#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: 33'glUniform3iv' has been explicitly marked deprecated here: extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 In file included from ^engine/decal.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::922941: :engine/texture.h13::442 :note: 85'glUniform4i' has been explicitly marked deprecated here: 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 glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) 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/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 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); } ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2949:shared/glexts.h13::139 :note: 23'glUniform4iv' has been explicitly marked deprecated here: 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.hextern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14);: 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); ^ 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/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/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); ^ 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/glare.o engine/glare.cpp 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/grass.o engine/grass.cpp 110 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/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) ^ 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/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); ^ 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: '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/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' 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/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: '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/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' 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.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/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) \ ^ 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/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: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/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: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/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: '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/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: '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/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] 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/glare.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/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' 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/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' 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/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' 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/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: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/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: '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/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.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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: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/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: '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/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: '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/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: '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/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: '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/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: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/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_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/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: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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: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/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: '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/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.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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: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/glare.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/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: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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: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/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_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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: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/glare.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/glare.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/glare.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/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:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:5: warning: '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/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: '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/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: '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/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] 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/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] 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/glare.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/glare.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/glare.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/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: '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/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] 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/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: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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 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/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' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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: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/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: '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/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: '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: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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 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/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] 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/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: '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/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] 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/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: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: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/glare.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/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/glare.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/glare.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/glare.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/glare.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/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); ^ 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: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: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/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: '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/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); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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] 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/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: '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/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: '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/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: '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/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] 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/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: '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/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: '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/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: '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/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: '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/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.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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: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/grass.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/grass.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/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: 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/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: '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/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: '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/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: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/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: '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/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 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: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/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: '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/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/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/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' 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/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); } \ ^ :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/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: '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/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: '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/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: '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/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 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: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: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/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: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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: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/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] 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/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: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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: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/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:5: warning: '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/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: '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/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: 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: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/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: '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/grass.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/grass.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/grass.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/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: '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/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: '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/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] 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/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: '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/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, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (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: '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: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/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: '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/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: '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/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: '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/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: '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/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] 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/grass.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/grass.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/grass.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/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: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/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] 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/grass.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/grass.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/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; ^ 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: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: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: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/grass.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/grass.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/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/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/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_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/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: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: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 ^ 137/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h warning:s2940 generated:. 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: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 engine/lightmap.o engine/lightmap.cpp 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: '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/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: '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/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] 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_' 124#define glVertexAttrib3f_ glVertexAttrib3f warnings generated. ^ /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/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: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/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: '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/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: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: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/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: '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/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: 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/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: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/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: '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/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' 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/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: '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/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: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: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/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:13: note: 'glVertexAttrib4fv' 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/irc.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/irc.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/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 extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *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: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/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: '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/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: '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/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: '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/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h: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 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/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: '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/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 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: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/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] 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/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: '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/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' 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/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] 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/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] 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/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] 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/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: '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/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/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] 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/irc.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/irc.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/irc.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/irc.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/irc.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/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); ^ 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/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: '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/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); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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: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/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 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: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/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: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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: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/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: '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/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: '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/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: '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/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_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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: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/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: '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/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/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: '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/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: '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/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: '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/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/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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: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/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: '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/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:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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: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/irc.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/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_' #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/irc.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/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/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); } ^ 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: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/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_' #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: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); ^ In file included from engine/irc.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/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: 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; } ^ 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] 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/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] 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: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.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/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: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: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/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); ^ 113 warnings generated. 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); ^ 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 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); ^ 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] loopv(lightmaptexs) glDeleteTextures(1, &lightmaptexs[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); ^ engine/lightmap.cpp:1986: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); ^ 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); ^ engine/lightmap.cpp: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); ^ 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); ^ 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/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); ^ In file included from engine/lightmap.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/lightmap.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/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); ^ 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/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_' #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: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/lightmap.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/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); ^ 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: '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/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); ^ 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 ^ /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: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' 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); ^ 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: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/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: '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/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:2917:13: 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: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/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/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); ^ 128 warnings generated. 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); ^ 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 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); ^ 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); ^ 146 warnings generated. 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:29clang++ -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 : 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); ^ 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/octa.o engine/octa.cpp 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/octaedit.o engine/octaedit.cpp 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); ^ 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/octarender.o engine/octarender.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); ^ 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); ^ 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/physics.o engine/physics.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/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); ^ 127 warnings generated. 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 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 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_' In file included from engine/rendergl.cpp:3: In file included from #define glEnableVertexAttribArray_ glEnableVertexAttribArrayengine/engine.h:5: In file included from shared/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:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here warning: 'glVertexAttrib1f' 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_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_ 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); ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^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 /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: extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); 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: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 ^ In file included from engine/rendergl.cpp/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h::2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here 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' 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 name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: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] note: expanded from here GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:glVertexAttrib2f_ ^ 69shared/glexts.h:163:27::54 :note: expanded from macro 'glVertexAttrib2f_'note: expanded from macro 'GLE_ATTRIBPOINTER' #define glVertexAttrib2f_ glVertexAttrib2f ^ 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 :2888:13shared/glexts.h:: 156note: :'glVertexAttrib2f' has been explicitly marked deprecated here36 : note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) 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:2917:13: 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); } \In file included from engine/rendergl.cpp ^: 3: In file included from shared/glexts.hengine/engine.h::1575:: 37In 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] note: expanded from macro 'glDisableVertexAttribArray_' GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::472918:9: note: expanded from macro 'GLE_INITATTRIBF' :13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: In file included from engine/pvs.cpp:1: In file included from engine/engine.hexpanded from macro 'GLE_INITATTRIB' :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] 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 ^ 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.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here 73extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ :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/rendergl.cpp:#define glVertexAttribPointer_ glVertexAttribPointer3: 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:2916: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.h13:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \: ^ note: 'glVertexAttribPointer' has been explicitly marked deprecated here shared/glemu.hextern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ :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); }In file included from engine/pvs.cpp ^: 1: In file included from engine/engine.h:145:1: note: expanded from here glVertexAttrib4f_ ^ 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 In file included from extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);shared/cube.h : ^72 : shared/glemu.h:80:5In file included from :engine/rendergl.cpp :warning: 3'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/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55 GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ): 5 ^: warning: shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);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.hIn file included from :engine/pvs.cpp2895::113: :In file included from engine/engine.hnote: :'glVertexAttrib3fv' has been explicitly marked deprecated here5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) 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(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: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: In file included from note: engine/pvs.cppexpanded from macro 'glVertexAttrib4f_': 1: In file included from engine/engine.h:5: #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13In file included from :shared/cube.h :note: 72'glVertexAttrib4f' has been explicitly marked deprecated here: 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 glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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.hIn file included from :engine/rendergl.cpp5:: 3In 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] In file included from 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: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] ^ shared/glemu.h:69:54: 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_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF'#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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] static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fvshared/glemu.h : ^70:46: 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:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #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.hengine/rendergl.cpp:2918: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] 13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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); }In file included from ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:72engine/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] : 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 GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9extern 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 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ 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:82shared/glemu.h::42:51: note: expanded from macro 'GLE_INITATTRIB' 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##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69::14854::1 :note: expanded from macro 'GLE_ATTRIBPOINTER'note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \159 : ^27 : note: shared/glexts.hexpanded from macro 'glVertexAttrib1f_':156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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 glVertexAttrib1f_ glVertexAttrib1f ^ extern void glEnableVertexAttribArray (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: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: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: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]186 :32: note: expanded from macro 'glVertexAttribPointer_' GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9:#define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here note: expanded from macro 'GLE_INITATTRIBF' extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ 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); } \ ^ In file included from :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' engine/pvs.cpp#define glVertexAttrib2f_ glVertexAttrib2f ^ :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' /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 enable##name() { prepare; glEnableVertexAttribArray_(index); } \: ^2888 :shared/glexts.h:13: 156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) 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/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/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:In file included from engine/pvs.cppnote: :expanded from macro 'GLE_INITATTRIBF'1 : In file included from engine/engine.h:5: In file included from shared/cube.h GLE_INITATTRIB(name, index, f, float) \: 72 ^: shared/glemu.h:shared/glemu.h83::445::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: 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 here glVertexAttrib3f_ ^ shared/glexts.h: 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); \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:shared/glexts.h2894::18613::32 :note: 'glVertexAttrib3f' has been explicitly marked deprecated herenote: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hextern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);: 2916 ^: 13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:56:5: In file included from engine/pvs.cpp:1: In file included from engine/engine.hwarning: :5: '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:84: GLE_INITATTRIBF(color, ATTRIB_COLOR)5 : ^ 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' 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##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ glVertexAttrib4f_shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' ^ static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156shared/glexts.h:171:27:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: note: expanded from macro 'glVertexAttrib4f_': 13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttrib4f_ glVertexAttrib4f ^ 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, ) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ :shared/glexts.h13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here :157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (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/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/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' 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, ) static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' ^#define glVertexAttrib3fv_ glVertexAttrib3fv ^ shared/glemu.h:69:54: 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: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 enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156In file included from :engine/rendergl.cpp36::3 : note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^In file included from engine/engine.h:5: In file included from shared/cube.h: 72: shared/glemu.h:56:5/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here 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] 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 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' extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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/rendergl.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/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] 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' GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ shared/glemu.h ^:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h :186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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:164:28extern 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 '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); }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:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: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 ^: 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:2867In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: :13: note: 'glBindBuffer' has been explicitly marked deprecated here In file included from shared/cube.h:extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14);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:In file included from engine/pvs.cppnote: :expanded from macro 'GLE_INITATTRIBN'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 name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160 static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); }: 1 ^: note: expanded from hereshared/glexts.h :105:23: glVertexAttrib4Nub_note: expanded from macro 'glBindBuffer_'^ shared/glexts.h:182:29#define glBindBuffer_ glBindBuffer: note: ^expanded from macro 'glVertexAttrib4Nub_' /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: #define glVertexAttrib4Nub_ glVertexAttrib4Nubnote: 'glBindBuffer' 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:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) 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/pvs.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/rendergl.cpp:3: :In file included from engine/engine.h:89:575: 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: 182warning: :29: note: expanded from macro 'glVertexAttrib4Nub_' 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]#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); ^ static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5#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: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); } ^In file included from engine/pvs.cpp:shared/glexts.h1:: 183In file included from :engine/engine.h30::5 : note: In file included from expanded from macro 'glVertexAttrib4Nubv_'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: #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ 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:2902:13: note: 'glVertexAttrib4Nubv' 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 here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ 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: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/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/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); ^ 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:138engine/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);22 ^ /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 : 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 glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) 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 In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); : 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] 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] case GL_INT: glUniform1i_(b->loc, x); break; ^ glClearDepth(1); ^ 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.h143::239722: note: expanded from macro 'glUniform1i_' :#define glUniform1i_ glUniform1i ^ 13: note: 'glClearDepth' has been explicitly marked deprecated here extern void glClearDepth (GLclampd depth) 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 ^: 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: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] engine/pvs.cpp: glDepthFunc(GL_LESS);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] /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 case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break;: ^note: 'glDepthFunc' has been explicitly marked deprecated here shared/glexts.h:144:22: note: extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14);expanded from macro 'glUniform2i_' ^ 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);#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 ^ /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 glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14);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:In file included from 2472engine/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] :13: note: 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: 'glEnable' has been explicitly marked deprecated here In file included from engine/engine.h:92: engine/texture.h:433:33:extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/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); ^ 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 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/renderparticles.o engine/renderparticles.cpp 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/rendersky.o engine/rendersky.cpp 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/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 hereIn 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]extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' In file included from engine/renderparticles.cpp:#define glUniform1fv_ glUniform1fv 3 ^: 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.h72:: 2942shared/glemu.h::1383:: 5note: :'glUniform1fv' has been explicitly marked deprecated here warning: '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, ) extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) 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_' ^ #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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] 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_' GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' #define glUniform2fv_ glUniform2fv ^ 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.hshared/glexts.h:2943:13::156:36: note: expanded from macro 'glEnableVertexAttribArray_'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 glEnableVertexAttribArray_ glEnableVertexAttribArrayIn file included from engine/rendermodel.cpp ^: 1: In file included from engine/engine.h:92: engine/texture.h:46:33/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:: 2917warning: :'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]13 : note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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:In file included from 33engine/renderparticles.cpp:: 3warning: '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;: In file included from ^engine/engine.h :5: shared/glexts.hIn file included from :shared/cube.h142::7223: :shared/glemu.h :note: 84expanded from macro 'glUniform4fv_': 5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #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 GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) 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:13In file included from :engine/rendermodel.cpp :note: 1'glDisableVertexAttribArray' has been explicitly marked deprecated here: In file included from engine/engine.h:92: engine/texture.h:49:33: extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ warning: 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' 'glUniform1iv' 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); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ #define glVertexAttribPointer_ glVertexAttribPointer ^ /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:2916147::1323:: note: note: 'glVertexAttribPointer' has been explicitly marked deprecated hereexpanded 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: extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);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:5: In file included from shared/cube.h:72: shared/glemu.h:85:In file included from 5engine/rendermodel.cpp::1: In file included from engine/engine.hwarning: 'glEnableVertexAttribArray' 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: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] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148shared/glemu.h:69::5423:: note: expanded from macro 'glUniform2iv_'note: expanded from macro 'GLE_ATTRIBPOINTER' #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); ^ 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 extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cppengine/rendermodel.cpp:1:3: : In file included from engine/engine.hIn file included from :92engine/engine.h:5: In file included from : shared/cube.hengine/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: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, ) : note: expanded from macro 'glUniform3iv_' ^#define glUniform3iv_ glUniform3iv shared/glemu.h: ^70: 46: 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:2948 static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157: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:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ : /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hwarning: :'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]2918 :13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^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: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] In file included from static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: #define glBindBuffer_ glBindBuffer'glUniformMatrix2fv' 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:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14);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 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:extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14);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 In file included from engine/rendermodel.cpp:1: In file included from extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ 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] 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); } case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ ^ shared/glexts.h:105shared/glexts.h:23:: note: expanded from macro 'glBindBuffer_' 152#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 29extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); : ^ note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h: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: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] 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); ^ static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: 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] note: expanded from macro 'glBindBuffer_' case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ #define glBindBuffer_ glBindBuffer ^shared/glexts.h :153:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h29::2867 :note: 13expanded from macro 'glUniformMatrix4fv_': note: 'glBindBuffer' has been explicitly marked deprecated here #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:extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14);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/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:13In 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] : note: 'glViewport' has been explicitly marked deprecated here if(!cullface && enablecullface) { glDisable(GL_CULL_FACE); enablecullface = false; } ^ extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) 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: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 In file included from engine/renderparticles.cppengine/rendermodel.cpp::49: : engine/rendertarget.hengine/animmodel.h::358223::1352:: warning: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]'glEnable' 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 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: extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14);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: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);In file included from engine/rendermodel.cpp ^: 9: engine/animmodel.h:/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: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); ^ 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:In file included from engine/rendermodel.cpp:9: engine/animmodel.h:238:17: 368:9: warning: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] SAVECOLORMASK ^ glBindTexture(GL_TEXTURE_2D, tex->id); ^ engine/engine.h:233:63/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:: 2386note: :expanded from macro 'SAVECOLORMASK'13 : note: 'glBindTexture' has been explicitly marked deprecated here 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:2433extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14);: 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: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 In file included from ^engine/renderparticles.cpp :4: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hengine/rendertarget.h::2772370::1326:: note: warning: 'glActiveTexture' has been explicitly marked deprecated here'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: extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14);'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: 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:engine/animmodel.h13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ :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] 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 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 : note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glBindTexture (GLenum target, GLuint texture) 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 ^In file included from engine/rendermodel.cpp:9engine/engine.h: :engine/animmodel.h238::2509::17 :note: expanded from macro 'RESTORECOLORMASK'warning: 'glEnable' 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 glEnable(GL_BLEND); ^ extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) 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 :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: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] In file included from engine/rendermodel.cpp:9 glViewport(0, 0, screenw, screenh);: engine/animmodel.h ^: 251:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h17::2755 :warning: 13'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: note: 'glViewport' has been explicitly marked deprecated here 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:extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14);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/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: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] 2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/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/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/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); ^ 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:55shared/glexts.h:5:71:: 30warning: :'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 'glDrawRangeElements_' GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ #define glDrawRangeElements_ glDrawRangeElements shared/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:2468:13: GLE_INITATTRIB(name, index, f, float) \note: 'glDrawRangeElements' has been explicitly marked deprecated here ^ shared/glemu.h:42 :51:In file included from engine/rendermodel.cpp extern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14); ^ :10: note: engine/vertmodel.hexpanded from macro 'GLE_INITATTRIB': 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] static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ In file included from engine/renderparticles.cpp:306: engine/explosion.h:97:20:136:1: note: expanded from here : glDrawRangeElements_(GL_TRIANGLES, minvert, maxvert, elen, GL_UNSIGNED_SHORT, &((vertmeshgroup *)group)->edata[eoffset]); ^ shared/glexts.h:71:30:glVertexAttrib1f_ 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 shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' :#define glVertexAttrib1f_ glVertexAttrib1fwarning: ^ 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: 'glDrawRangeElements' has been explicitly marked deprecated here 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: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h'glDeleteBuffers' has been explicitly marked deprecated here: 2882extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ :13: note: 'glVertexAttrib1f' 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); ^ extern void glVertexAttrib1f (GLuint index, GLfloat x) 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 In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ 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); } \ ^ :139In file included from engine/rendermodel.cpp:10: :1: note: expanded from here 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] glVertexAttrib2f_ ^ if(ebuf) glDeleteBuffers_(1, &ebuf);shared/glexts.h:163 :27 ^ shared/glexts.h: 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::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:note: 2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ '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 In file included from engine/rendersky.cppengine/rendermodel.cpp:10: engine/vertmodel.h::1236: :38: warning: 'glDeleteBuffers' 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: if(vbocache[i].vbuf) glDeleteBuffers_(1, &vbocache[i].vbuf); ^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: shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^47 /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 :9:extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ 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: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]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] if(!vc.vbuf) glGenBuffers_(1, &vc.vbuf); 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); }shared/glexts.h ^ :145:1: note: expanded from here glVertexAttrib4f_: 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 shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' extern void glGenBuffers (GLsizei n, GLuint *buffers) 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/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 In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:312:30extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); : ^ 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: In file included from note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData engine/rendersky.cpp ^ /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 :1: In file included from engine/engine.h:5: extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) 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 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: In file included from note: engine/rendermodel.cppexpanded from macro 'GLE_INITATTRIBF': 10: engine/vertmodel.h:313:22: 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); } \ ^ :151warning: :1: note: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]expanded from here glVertexAttrib2f_ ^ else GENVBO(vvertn);shared/glexts.h : ^163 :27: note: expanded from macro 'glVertexAttrib2f_'engine/vertmodel.h:304: 21: note: expanded from macro 'GENVBO' #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: glBufferData_(GL_ARRAY_BUFFER, vverts.length()*sizeof(type), vverts.getbuf(), GL_STATIC_DRAW); \ note: ^'glVertexAttrib2f' has been explicitly marked deprecated here shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);#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/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:47In file included from engine/renderparticles.cpp:306: engine/explosion.h:In file included from :9: note: expanded from macro 'GLE_INITATTRIBF' 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] engine/rendermodel.cpp GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' if(i) glDepthFunc(GL_GEQUAL); :10 ^ static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ : ^engine/vertmodel.h :/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 154:extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ 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:104In file included from :engine/renderparticles.cpp23::306 : note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers 1: engine/explosion.h: ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:note: expanded from here 238:19:13: warning: note: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]'glGenBuffers' has been explicitly marked deprecated here 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.hextern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14);:2459:glVertexAttrib3f_13: ^note: 'glDepthFunc' has been explicitly marked deprecated here ^ extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); 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 In file included from engine/rendermodel.cpp:10: extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 ^ In file included from engine/rendersky.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: In file included from engine/engine.h::2871:13: note: 'glBufferData' has been explicitly marked deprecated here 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) ^ extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) 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); } ^ :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) ^ 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] shared/glemu.h:49 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 58: note: expanded from macro 'GLE_INITATTRIBF' extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) 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_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/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/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:13note: : note: 'glVertexAttrib4f' has been explicitly marked deprecated here'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) 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/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' In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:409:21 static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); }: 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 :160extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) 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/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' In file included from engine/renderparticles.cpp: static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ 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] :163:1 glDisable(GL_CULL_FACE); : ^ note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27/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 note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ extern void glDisable (GLenum cap) 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/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: 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'glEnable' has been explicitly marked deprecated here: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] extern void glEnable (GLenum cap) 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: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 engine/renderparticles.cpp:367:9glVertexAttrib2f_: ^warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glexts.h: glDisable(GL_CULL_FACE);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 /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: extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);note: 'glDisable' has been explicitly marked deprecated here ^ extern void glDisable (GLenum cap) 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' engine/renderparticles.cpp GLE_INITATTRIB(name, index, f, float) \: 377 ^: 9:shared/glemu.h :warning: 44'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 67: note: expanded from macro 'GLE_INITATTRIB' 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 static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ : 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] engine/renderparticles.cpp:438: static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } 13: ^ warning: 'glBindTexture' 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_' glBindTexture(GL_TEXTURE_2D, p->tex->id); ^ #define glVertexAttrib4f_ glVertexAttrib4f ^ /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::29082386:13: note: :13: note: 'glBindTexture' 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 glBindTexture (GLenum target, GLuint texture) 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 ^ 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]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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:71:30: note: expanded from macro 'glDrawRangeElements_'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: #define glDrawRangeElements_ glDrawRangeElementsnote: expanded from macro 'GLE_ATTRIBPOINTER' ^ glVertexAttribPointer_(index, size, type, normalized, stride, data); \ /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 ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' extern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) 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/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/rendermodel.cpp:11: engine/skelmodel.h:1068:26: engine/renderparticles.cppwarning: :'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]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] offset = glGetUniformLocation_(Shader::lastshader->program, offsetname); ^ shared/glexts.h:134:31: note: expanded from macro 'glGetUniformLocation_' if(tex) glBindTexture(GL_TEXTURE_2D, tex->id);#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: ^ /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); ^ '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); ^ 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); ^ 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 engine/renderparticles.cpp:859:extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ 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); ^ 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] engine/renderparticles.cpp:919:9 else GENVBOSTAT(vvertn);: ^warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] engine/skelmodel.h:1233:42: glDisable(GL_CULL_FACE);note: expanded from macro 'GENVBOSTAT' ^ /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 #define GENVBOSTAT(type) GENVBO(type, (idxs, vlen, vverts, htdata, htlen)) ^ engine/skelmodel.h:1230:21: extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);note: expanded from macro 'GENVBO' ^ glBufferData_(GL_ARRAY_BUFFER, vverts.length()*sizeof(type), vverts.getbuf(), GL_STATIC_DRAW); \ ^ shared/glexts.h:108:23engine/renderparticles.cpp:: 925note: :expanded from macro 'glBufferData_'9 : warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glBufferData_ glBufferData 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] /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h 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 :2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14);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); ^ 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); ^ 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]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] if(c.vbuf) { glDeleteBuffers_(1, &c.vbuf); c.vbuf = 0; } ^ 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 shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ #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/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: In file included from 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ 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] engine/renderparticles.cpp:1186 case GL_INT: glUniform1iv_(loc, size, param->ival); break;: ^ shared/glexts.h:147:23: 13note: : 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); ^ expanded from macro 'glUniform1iv_'/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 #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:extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14);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); ^ 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 In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ 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_'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] #define glUniform2iv_ glUniform2iv ^ 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:/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 2947:13: note: extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);'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: 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] 'glUniform4iv' has been explicitly marked deprecated here 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);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); ^ 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/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); ^ 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 ^ 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); ^ /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/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/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: 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] 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: 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 2868:13: extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14);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: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/renderparticles.cppengine/rendersky.cpp::730434::185:: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] warning: if(!vbo) glGenBuffers_(1, &vbo);'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 shared/glexts.h:104:23: note: extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ engine/renderparticles.cpp:768:5: note: in instantiation of member function 'varenderer<0>::update' requested here engine/rendersky.cpp:435: softquadrenderer(const char *texname, int type)5 : ^ warning: 'glBlendFunc' 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:2869:13: 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: 'glGenBuffers' has been explicitly marked deprecated herenote: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ 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:engine/rendersky.cpp: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.h445: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); ^ 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/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/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 engine/renderparticles.cpp:537:13: warning: unused function 'genpos<2>' [-Wunused-function] extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ inline void genpos(const vec &o, const vec &d, float size, int ts, int grav, partvert *vs) ^ 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); ^ 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); ^ 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); ^ 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);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 engine/rendermodel.cpp:929:9: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 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);extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) 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:2462:13: In file included from note: engine/rendersky.cpp'glDisable' has been explicitly marked deprecated here: extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ 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); ^ 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); ^ 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/rendertext.o engine/rendertext.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); ^ 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/renderva.o engine/renderva.cpp 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); ^ 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/server.o engine/server.cpp 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/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 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/sound.o engine/sound.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<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); ^ 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: '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/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: '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/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: '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/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); ^ 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: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' 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/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: '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/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: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/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); ^ engine/shader.cpp:434:22: warning: unused function 'findslotparam' [-Wunused-function]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: static inline float *findslotparam(VSlot &s, const char *name, float *noval)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: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/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 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: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/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: '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/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] 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/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: '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/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); ^ 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/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); ^ 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); ^ 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/texture.o engine/texture.cpp 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) ^ 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/ui.o engine/ui.cpp 110 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 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); ^ 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); ^ 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/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.hIn 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)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); ^ 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_ ^ 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/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ 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) /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); ^ ^ 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/ui.cpp: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 ^ :5In file included from : engine/water.cppIn file included from :shared/cube.h1:: 72In file included from : 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: engine/engine.hnote: expanded from macro 'GLE_INITATTRIBF' : GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB'5 static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ : In file included from shared/cube.h:72: shared/glemu.h::139:1: note: expanded from here 55:5:glVertexAttrib2f_ ^ shared/glexts.h:163warning: :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 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) 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:shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' 5 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 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) ^extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) 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: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); } \In file included from engine/water.cpp ^:1: In file included from engine/engine.h::1425:1: note: expanded from here: 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) ^glVertexAttrib3f_ ^ shared/glemu.h:51shared/glexts.h::50167:: 27note: :expanded from macro 'GLE_INITATTRIBF' note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ 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: note: 'glVertexAttrib3f' has been explicitly marked deprecated here shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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: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/water.cpp:1: In file included from engine/engine.h:5: ^ shared/glemu.hIn 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:479: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ :9:shared/glemu.h :note: 42expanded from macro 'GLE_INITATTRIBF': 51: note: expanded from macro 'GLE_INITATTRIB' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45 static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \: 75 ^: note: expanded from macro 'GLE_INITATTRIB' :148:1: note: static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1expanded from here : note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:glVertexAttrib1f_27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ ^ 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.h::1592908:27: note: :expanded from macro 'glVertexAttrib1f_'13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ #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:In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h :note: 72'glVertexAttrib1f' has been explicitly marked deprecated here: 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) ^extern void glVertexAttrib1f (GLuint index, GLfloat x) 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_' In file included from engine/water.cpp:1#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 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:4713::9 :note: 'glVertexAttrib3fv' has been explicitly marked deprecated here 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: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.hIn file included from :engine/ui.cpp163::127: :In file included from engine/engine.hnote: :expanded from macro 'glVertexAttrib2f_'5 : In file included from shared/cube.h:72: #define glVertexAttrib2f_ glVertexAttrib2fshared/glemu.h : ^55 :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'glVertexAttrib4f' 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:49:58: note: extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);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: '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:47In file included from :engine/ui.cpp9::1 : note: In file included from expanded from macro 'GLE_INITATTRIBF'engine/engine.h :5: In file included from shared/cube.h:72 GLE_INITATTRIB(name, index, f, float) \: shared/glemu.h ^ 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); } \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) ^ :154:1 ^: note: expanded from here glVertexAttrib3f_ ^ shared/glemu.h:50:shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' 50:#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 note: extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.hIn file included from :164engine/water.cpp::281:: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.hnote: :expanded from macro 'glVertexAttrib2fv_'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 glVertexAttrib2fv_ glVertexAttrib2fv ^ GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :note: 2889expanded from macro 'GLE_INITATTRIBF': 13: note: 'glVertexAttrib2fv' 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 glVertexAttrib2fv (GLuint index, const GLfloat *v) 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/ui.cpp:1: In file included from engine/engine.h:5In file included from : engine/water.cppIn file included from :shared/cube.h1:: 72In file included from : engine/engine.hshared/glemu.h::555: :In file included from 5shared/cube.h:: 72warning: : '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 :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(vertex, ATTRIB_VERTEX) ^ GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:shared/glemu.h49::51 :note: 50expanded from macro 'GLE_INITATTRIBF': note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^shared/glexts.h :168shared/glexts.h:172:28: note: :expanded from macro 'glVertexAttrib4fv_'28 : 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 ^: 2909:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h13::2895 :note: 13'glVertexAttrib4fv' has been explicitly marked deprecated here: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (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/water.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 56engine/ui.cpp::51:: In file included from warning: engine/engine.h'glVertexAttrib4f' 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: GLE_INITATTRIBF(color, ATTRIB_COLOR)shared/glemu.h : ^56 :shared/glemu.h5::49 :warning: 58'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' GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \note: expanded from macro 'GLE_INITATTRIBF' ^ shared/glexts.h:171:27: GLE_INITATTRIB(name, index, f, float) \ note: ^expanded from macro 'glVertexAttrib4f_' shared/glemu.h:42:51#define glVertexAttrib4f_ glVertexAttrib4f: ^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 static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);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.hIn file included from :engine/water.cpp2882::113: :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: note: expanded from macro 'glVertexAttrib2fv_' 'glVertexAttrib1f' 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 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:28extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14);: ^ note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ 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/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:56::52909: :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) ^ 13shared/glemu.h::47 :9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ note: 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); } \ ^ 'glVertexAttrib4fv' has been explicitly marked deprecated here :151:1: note: expanded from here glVertexAttrib2f_ ^extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^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); } \ ^ In file included from engine/water.cpp:154:1: note: expanded from here :glVertexAttrib3f_1 ^ shared/glexts.h:167:27: note: : expanded from macro 'glVertexAttrib3f_'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' #define glVertexAttrib3f_ glVertexAttrib3f ^ static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hexpanded from here :2894glVertexAttrib4Nub_: ^ shared/glexts.h:182:1329: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub: 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:extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^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:1In file included from : In file included from engine/ui.cppengine/engine.h::15: 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 ^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/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 :45:75: note: expanded from macro 'GLE_INITATTRIB' extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte 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); } ^ :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 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_' extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);#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] In file included from GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: engine/ui.cppnote: :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] expanded from macro 'GLE_INITATTRIBF' 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_' GLE_INITATTRIB(name, index, f, float) \ ^#define glVertexAttrib3fv_ glVertexAttrib3fv 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/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::2882:289513:: note: 'glVertexAttrib1f' has been explicitly marked deprecated here 13extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ : 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: '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: In file included from engine/ui.cpp:1: In file included from engine/engine.hnote: expanded from macro 'GLE_INITATTRIBF' :5: GLE_INITATTRIB(name, index, f, float) \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 ^ shared/glemu.h:49:58: :43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^note: :expanded from macro 'GLE_INITATTRIBF'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); ^ static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \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] shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' 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: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 In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ 72: shared/glemu.h:56:5: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) \ ^warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]shared/glemu.h :45:75: note: expanded from macro 'GLE_INITATTRIB' GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50: 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_ ^ 50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28:shared/glexts.h note: :171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hexpanded from macro 'glVertexAttrib2fv_':2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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: #define glVertexAttrib2fv_ glVertexAttrib2fvIn file included from shared/cube.h ^ :72: 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.h60::2889:13: note: 5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 'glVertexAttrib2fv' has been explicitly marked deprecated here GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) 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/ui.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/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] 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(texcoord0, ATTRIB_TEXCOORD0) GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ ^ shared/glemu.h:49:shared/glemu.h58:: 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 ^ note: /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' 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(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: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:72: shared/glemu.h:57: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:164warning: :'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); }28 ^: note: expanded from macro 'glVertexAttrib2fv_' :160:1: note: expanded from here #define glVertexAttrib2fv_ glVertexAttrib2fv glVertexAttrib4Nub_ ^ /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:182:29: note: expanded from macro 'glVertexAttrib4Nub_' 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) #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); ^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:In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from note: 'glVertexAttrib4fv' has been explicitly marked deprecated here shared/cube.h:72: shared/glemu.h:58:extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);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:72In 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: shared/glemu.h'glVertexAttrib4Nubv' 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] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.hshared/glexts.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :183:30: note: expanded from macro 'glVertexAttrib4Nubv_':175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h: 159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^#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:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h2902::288213::13 :note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated herenote: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14);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:In file included from 60:engine/water.cpp5::1 : In file included from engine/engine.h:5: warning: In file included from 'glVertexAttrib1f' 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:61:5: GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)warning: 'glVertexAttrib2f' 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(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:note: 47expanded from macro 'GLE_INITATTRIBF':9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ 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_' shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' #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 static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \: note: ^'glVertexAttrib1f' has been explicitly marked deprecated here :4: extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^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/ui.cpp:1: In file included from engine/engine.h:5: In file included from extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);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/water.cpp:1: static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \In file included from engine/engine.h ^: 5: In file included from shared/cube.h:72:: 166shared/glemu.h::161:: note: expanded from here glVertexAttrib2f_ 5^: shared/glexts.hwarning: '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) : ^163 :27:shared/glemu.h :note: 47expanded from macro 'glVertexAttrib2f_': 9: note: expanded from macro 'GLE_INITATTRIBF' #define glVertexAttrib2f_ glVertexAttrib2f ^ 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: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); ^ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' In file included from 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_' engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h#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 60extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) 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] In file included from engine/water.cpp:1: In file included from GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:engine/engine.h9:: note: expanded from macro 'GLE_INITATTRIBF' 5: In file included from shared/cube.h:72: shared/glemu.h GLE_INITATTRIB(name, index, f, float) \: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); } ^ 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::10:1: note: expanded from here 13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) 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/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' In file included from engine/water.cpp:1: In file included from engine/engine.h GLE_INITATTRIB(name, index, f, float) \: 5 ^ shared/glemu.h:45:75:: note: In file included from expanded from macro 'GLE_INITATTRIB'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] static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ :172shared/glemu.h::148:: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' 49#define glVertexAttrib4f_ glVertexAttrib4f ^ :/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has 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) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28:In file included from note: expanded from macro 'glVertexAttrib3fv_' engine/ui.cpp:#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 1extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ : In file included from 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:engine/engine.h61: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)5 ^: 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:168warning: :'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]28 : note: expanded from macro 'glVertexAttrib3fv_' GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) #define glVertexAttrib3fv_ glVertexAttrib3fv ^ ^ shared/glemu.h: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: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(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 extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);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:In file included from engine/water.cpp:1: In file included from engine/engine.h58:5:: In file included from note: shared/cube.hexpanded from macro 'GLE_INITATTRIBF': 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] static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) note: expanded from macro 'glVertexAttrib4f_' ^ shared/glemu.h:50:#define glVertexAttrib4f_ glVertexAttrib4f50 : ^ 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); } \ ^ shared/glexts.h:164:28: note: extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);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: '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:50In file included from :engine/water.cpp50::1 : note: In file included from expanded from macro 'GLE_INITATTRIBF'engine/engine.h :5: In file included from shared/cube.h:72: shared/glemu.h:61:5 static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \: ^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:164:28: note: expanded from macro 'glVertexAttrib2fv_' GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:#define glVertexAttrib2fv_ glVertexAttrib2fv50 : ^ 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 :2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28:extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); note: ^expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/water.cpp:1: In file included from engine/engine.h static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }: 5 ^: In file included from shared/cube.hshared/glexts.h::72172: :shared/glemu.h28::62 :note: 60expanded from macro 'glVertexAttrib4fv_': warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttrib4fv_ glVertexAttrib4fv 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_'/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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 glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);: ^note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:In file included from 61engine/water.cpp::51:: In file included from warning: engine/engine.h'glVertexAttrib1f' 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 GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1): 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] shared/glemu.h:47:9: 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/glexts.h ^: 171:shared/glemu.h27::42 :note: 51expanded from macro 'glVertexAttrib4f_': note: expanded from macro 'GLE_INITATTRIB' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13 static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \: ^note: 'glVertexAttrib4f' has been explicitly marked deprecated here :175:1: note: expanded from here glVertexAttrib1f_ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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 In file included from engine/water.cpp:extern void glVertexAttrib1f (GLuint index, GLfloat x) 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: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); } ^ In file included from shared/glexts.hengine/ui.cpp::1711:: 27In file included from :engine/engine.h :note: 5expanded from macro 'glVertexAttrib4f_': In file included from shared/cube.h:72: shared/glemu.h#define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908::6113::5 :note: 'glVertexAttrib4f' has been explicitly marked deprecated herewarning: '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:extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/water.cpp: static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \1 : ^In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64::4 :warning: 1'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 here 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_' glVertexAttrib2f_ ^ #define glVertexAttrib4f_ glVertexAttrib4f ^shared/glexts.h :163/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::272908:: 13note: :expanded from macro 'glVertexAttrib2f_' note: 'glVertexAttrib4f' has been explicitly marked deprecated 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: extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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/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] In file included from engine/ui.cpp:1: In file included from engine/engine.h:5 static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); }: In file included from ^shared/cube.h :72shared/glexts.h: :shared/glemu.h172::6128::5 :note: expanded from macro 'glVertexAttrib4fv_'warning: 'glVertexAttrib3f' 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_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2909:shared/glemu.h13::47 :note: 9'glVertexAttrib4fv' has been explicitly marked deprecated here: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ 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); } \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::7: 1note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray : ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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: expanded from here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ glVertexAttrib3f_ ^ In file included from engine/water.cpp:shared/glexts.h1: 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] :167:27 static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^: shared/glexts.h:note: 157:expanded from macro 'glVertexAttrib3f_'37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/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 glVertexAttrib3f_ glVertexAttrib3f 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:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here 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:extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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 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/ui.cpp:1: In file included from engine/engine.h:5: 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:In file included from shared/cube.h:72: 79shared/glemu.h:61:5::5: warning: '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.hwarning: :69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' '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) static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ ^ shared/glexts.hshared/glemu.h::15647::369:: note: note: expanded from macro 'glEnableVertexAttribArray_'expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ 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:2917:13: note: 'glEnableVertexAttribArray' 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); } ^extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27:In file included from engine/water.cppnote: :expanded from macro 'glVertexAttrib4f_'1 : In file included from engine/engine.h:5: In file included from #define glVertexAttrib4f_ glVertexAttrib4fshared/cube.h : ^72 : 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.h79::2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 5: warning: 'glDisableVertexAttribArray' 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(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: In file included from expanded from macro 'glDisableVertexAttribArray_'engine/ui.cpp :1: In file included from engine/engine.h:#define glDisableVertexAttribArray_ glDisableVertexAttribArray5 : ^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.h2918::6113::5 :note: 'glDisableVertexAttribArray' has been explicitly marked deprecated herewarning: '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: extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);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 hereIn 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:extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) 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(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72 glVertexAttribPointer_(index, size, type, normalized, stride, data); \: shared/glemu.h ^: 61:shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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: warning: extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);'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: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] In file included from engine/ui.cpp: GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, )1 : ^ shared/glemu.h:69:54: In file included from note: engine/engine.hexpanded from macro 'GLE_ATTRIBPOINTER': 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] static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36 GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' : note: expanded from macro 'glEnableVertexAttribArray_' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28:#define glEnableVertexAttribArray_ glEnableVertexAttribArray 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:2917:13:#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 herenote: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glVertexAttrib2fv (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/ui.cpp:1In file included from : engine/water.cppIn file included from :engine/engine.h1:: 5In file included from : engine/engine.hIn file included from :shared/cube.h5:: 72In file included from : shared/cube.hshared/glemu.h::7261: :shared/glemu.h5::80 :warning: 5'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in 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 GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ): 50 ^: note: shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' expanded from macro 'GLE_INITATTRIBF' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }: 157 ^: 37: shared/glexts.h:172:28: note: note: expanded from macro 'glVertexAttrib4fv_'expanded from macro 'glDisableVertexAttribArray_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: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 glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /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/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here 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 glDisableVertexAttribArray (GLuint index) 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:In file included from 27engine/water.cpp: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^: 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, ) ^ /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:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' : glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ 2908shared/glexts.h::13186:: 32note: :'glVertexAttrib4f' has been explicitly marked deprecated here note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ 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 :2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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.hIn file included from :engine/ui.cpp5:: 1In file included from : shared/cube.hIn file included from :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, ) ^ engine/engine.hshared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' :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 enable##name() { prepare; glEnableVertexAttribArray_(index); } \ 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.hshared/glexts.h::2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 156extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);: 36 ^: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: 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 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/water.cpp:1: In file included from engine/engine.h:extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/ui.cpp:1: GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46In 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] note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h static inline void disable##name() { glDisableVertexAttribArray_(index); } \: 171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/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 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:extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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 : note: 'glVertexAttribPointer' has been explicitly marked deprecated here ^extern void glVertexAttribPointer (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.hIn file included from :66:49:engine/water.cpp 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:82 static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, 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]shared/glexts.h :172:28: note: expanded from macro 'glVertexAttrib4fv_' GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ #define glVertexAttrib4fv_ glVertexAttrib4fvshared/glemu.h : ^69 :54:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :note: 2909expanded from macro 'GLE_ATTRIBPOINTER': 13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.hextern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);: 156 ^: 36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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 In file included from shared/cube.hengine/water.cpp::721: : In file included from shared/glemu.hengine/engine.h::765:: 61In file included from :shared/cube.h :warning: 72'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: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: static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); }46: note: expanded from macro 'GLE_ATTRIBPOINTER' ^ shared/glexts.h:156:36: static inline void disable##name() { glDisableVertexAttribArray_(index); } \ 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 ^: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here 2917extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ :13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here 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' extern void glEnableVertexAttribArray (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/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72In file included from : engine/water.cppshared/glemu.h::177: :In file included from 51engine/engine.h:: 5warning: : '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 shared/cube.h: 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.h72:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here : shared/glemu.h:extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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_' 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:#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ warning: '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()) ^ In file included from engine/water.cppshared/glemu.h:1: In file included from engine/engine.h:5: In file included from :shared/cube.h69:54: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]: 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(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h#define glEnableVertexAttribArray_ glEnableVertexAttribArray:70:46: 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 static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: extern void glEnableVertexAttribArray (GLuint index) 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 In file included from engine/ui.cpp:1: In file included from engine/engine.hextern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ :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: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/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:shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:132916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here : note: 'glVertexAttribPointer' has been explicitly marked deprecated hereextern 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/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, )In file included from ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ engine/ui.cppshared/glexts.h::1561:: 36In file included from :engine/engine.h :note: 5expanded from macro 'glEnableVertexAttribArray_': In file included from shared/cube.h:72: shared/glemu.h:79:5: #define glEnableVertexAttribArray_ glEnableVertexAttribArraywarning: '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(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ): ^note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here 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 In file included from engine/water.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: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' In file included from engine/ui.cpp:1 static inline void disable##name() { glDisableVertexAttribArray_(index); } \: In file included from ^engine/engine.h :5shared/glexts.h: 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] :157:37: note: expanded from macro 'glDisableVertexAttribArray_' 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); } \ ^#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: 2918:shared/glexts.h13:157: :37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray 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:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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); \ 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' shared/glexts.h:186: glVertexAttribPointer_(index, size, type, normalized, stride, data); \32 ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer: ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: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); ^ #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/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/water.cpp:1: In file included from engine/engine.h:5: note: 'glVertexAttribPointer' has been explicitly marked deprecated here 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); ^ 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] In file included from engine/ui.cpp:1: In file included from engine/engine.h: 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); } \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/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/glemu.h: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_'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' #define glEnableVertexAttribArray_ glEnableVertexAttribArray 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 shared/glexts.h:157:37: note: :2917:13:expanded from macro 'glDisableVertexAttribArray_' note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' 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 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]engine/ui.cpp GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73::1: In file included from engine/engine.h:135:: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from glVertexAttribPointer_(index, size, type, normalized, stride, data); \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] ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/glemu.hextern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) 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_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87In file included from :engine/engine.h57::5 : warning: In file included from 'glBindBuffer' 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: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] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h: GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, )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:shared/glemu.h:73:1313: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ : 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/water.cpp:1: In file included from engine/engine.h:5#define glVertexAttribPointer_ glVertexAttribPointer: 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:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here shared/glemu.hextern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ :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/ui.cpp:#define glBindBuffer_ glBindBuffer1 ^ : In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h5: :warning: 2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here 'glEnableVertexAttribArray' 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); ^ 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: GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' 89 static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here :57: extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);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: In file included from expanded from macro 'glBindBuffer_'engine/ui.cpp :1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:#define glBindBuffer_ glBindBuffer 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]/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 GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46:extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); note: ^expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:In file included from 13engine/water.cpp:: 1note: : 'glDisableVertexAttribArray' has been explicitly marked deprecated hereIn file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);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] In file included from engine/ui.cpp static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); }: 1 ^: In file included from engine/engine.h:shared/glexts.h5:: 105In file included from :shared/cube.h23::72 : note: shared/glemu.hexpanded from macro 'glBindBuffer_': 81:5: #define glBindBuffer_ glBindBufferwarning: '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:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/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/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/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 In file included from engine/ui.cppengine/water.cpp::1: In file included from engine/engine.h:92: engine/texture.h: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_' 440#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.h83::2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ 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); }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_ glUniform2fshared/glexts.h ^ /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 :147:23: extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^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 In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 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: In file included from note: expanded from macro 'glUniform3f_' engine/water.cpp:1#define glUniform3f_ glUniform3f ^: In file included from engine/engine.h:92/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: :engine/texture.h2936::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] 13: note: 'glUniform3f' has been explicitly marked deprecated here 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_' extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14);#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: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:In file included from 138engine/water.cpp::221:: In file included from note: engine/engine.hexpanded from macro 'glUniform4f_': 92: engine/texture.h:442#define glUniform4f_ glUniform4f: 85 ^: warning: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 2937:13: note: 'glUniform4f' has been explicitly marked deprecated here void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.hextern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14);: 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:13In 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: 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:'glUniform2iv' has been explicitly marked deprecated here note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ 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: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:2939In file included from :engine/water.cpp13::1 : note: In file included from 'glUniform2i' has been explicitly marked deprecated hereengine/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] extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: In file included from note: engine/ui.cppexpanded from macro 'glUniform4iv_': 1: In file included from engine/engine.h:92#define glUniform4iv_ glUniform4iv: engine/texture.h ^: 396:33/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:: 2949warning: :'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]13 : note: 'glUniform4iv' has been explicitly marked deprecated here case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ #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/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/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); engine/water.cpp ^: /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: 925:13'glBlendFunc' has been explicitly marked deprecated here: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 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] extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ 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: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:960engine/ui.cpp::25: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 533 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 :17: extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/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/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/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] engine/ui.cpp glViewport(0, 0, size, size);: 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] /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 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 hereextern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glBindTexture (GLenum target, GLuint texture) 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); ^ 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); ^ 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); ^ 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); ^ 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/world.o engine/world.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/worldio.o engine/worldio.cpp 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); ^ 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 ^ /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/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); ^ 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 -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 109 warnings generated. Undefined symbols for architecture arm64: "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.... 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