=> "/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); ^ 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); ^ 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/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); ^ clang -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Iinclude -DHAS_GETADDRINFO -DHAS_GETNAMEINFO -DHAS_POLL -DHAS_FCNTL -DHAS_INET_PTON -DHAS_INET_NTOP -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o host.o host.c In file included from game/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 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 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 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/defend.o game/defend.cpp 111 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o game/bomber.o game/bomber.cpp clang -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Iinclude -DHAS_GETADDRINFO -DHAS_GETNAMEINFO -DHAS_POLL -DHAS_FCNTL -DHAS_INET_PTON -DHAS_INET_NTOP -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o protocol.o protocol.c 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 ^ 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.hgame/defend.cpp::29081:: 13In file included from :game/game.h :note: 4'glVertexAttrib4f' 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: 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 glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' 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] static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ 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::136 :note: 1expanded from macro 'glVertexAttrib2fv_': note: expanded from here #define glVertexAttrib2fv_ glVertexAttrib2fv glVertexAttrib1f_ ^ ^ /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.h2889::15913::27 :note: 'glVertexAttrib2fv' has been explicitly marked deprecated herenote: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ 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: /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: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:288253::86:13 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: 'glVertexAttrib1f' has been explicitly marked deprecated here note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nubextern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :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: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' In file included from game/bomber.cpp:1 GLE_INITATTRIB(name, index, f, float) \: In file included from ^game/game.h :4: shared/glemu.hIn file included from :engine/engine.h43::559: :In file included from shared/cube.hnote: :expanded from macro 'GLE_INITATTRIB'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 name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163 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:27: note: expanded from macro 'glVertexAttrib2f_' : note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib2f_ glVertexAttrib2f ^ #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:2888/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::132901:: 13note: :'glVertexAttrib2f' has been explicitly marked deprecated here note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) 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 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:In file included from 72game/bomber.cpp: :shared/glemu.h1:: 55In file included from :game/game.h5::4 : 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/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] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ ^ shared/glexts.h:183shared/glemu.h:47::930:: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ 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:2902:13: note: GLE_INITATTRIB(name, index, f, float) \'glVertexAttrib4Nubv' has been explicitly marked deprecated here ^ extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *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); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^In file included from game/bomber.cpp:shared/glexts.h1:: 167In file included from :game/game.h27::4 : In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5note: : warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] expanded from macro 'glVertexAttrib3f_' GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9#define glVertexAttrib3f_ glVertexAttrib3f: ^note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :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 In file included from game/defend.cpp:1extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14);: ^ In file included 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:In file included from game/bomber.cppnote: :expanded from macro 'GLE_INITATTRIB'1 : In file included from game/game.h:4: 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/engine.h::1455:: 1In file included from :shared/cube.h note: expanded from here glVertexAttrib4f_ ^ :shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' 72#define glVertexAttrib4f_ glVertexAttrib4f: ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:shared/glemu.h2908::6013::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(texcoord0, ATTRIB_TEXCOORD0) ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' ^ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h: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_' In file included from game/defend.cpp:1#define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:: In file included 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: 13warning: '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 :note: 48:'glVertexAttrib2f' has been explicitly marked deprecated here49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from 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:In file included from 5game/bomber.cpp: :In file included from 1shared/cube.h: :In file included from 72game/game.h: :shared/glemu.h4:: 55In file included from :engine/engine.h5:5:: warning: '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.hIn 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] 51 GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0):50: note: expanded from macro 'GLE_INITATTRIBF' ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glemu.h:44 ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' :67:#define glVertexAttrib4fv_ glVertexAttrib4fv note: expanded from macro 'GLE_INITATTRIB' ^ 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::169:29091:: 13note: expanded from here: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (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 game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: 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 shared/cube.h:In file included from 72game/defend.cpp: :1shared/glemu.h: :In file included from 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] game/game.h:4: In file included from engine/engine.h: GLE_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' 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] static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ :172:1: note: expanded from here ^glVertexAttrib4f_ ^ shared/glexts.h:171shared/glemu.h:27:: 47note: expanded from macro 'glVertexAttrib4f_': 9: #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908note: expanded from macro 'GLE_INITATTRIBF' :13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :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: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: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: 72warning: : 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(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); ^ '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' In file included from game/defend.cpp:1 static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \: In file included from ^game/game.h :4shared/glexts.h:171:27:: In file included from note: engine/engine.hexpanded from macro 'glVertexAttrib4f_': 5: In file included from shared/cube.h:#define glVertexAttrib4f_ glVertexAttrib4f72 : ^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:: 2908warning: :'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]13 : note: 'glVertexAttrib4f' has been explicitly marked deprecated here GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ 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:45:75: note: expanded 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: In file included from game/bomber.cpp:1: In file included from expanded from macro 'glVertexAttrib4f_'game/game.h :4: In file included from engine/engine.h:5#define glVertexAttrib4f_ glVertexAttrib4f: 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.h2908::6013::5 :note: 'glVertexAttrib4f' has been explicitly marked deprecated herewarning: '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:50extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);: 50 ^: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hIn file included from :game/defend.cpp2889::113: :In file included from game/game.hnote: :'glVertexAttrib2fv' has been explicitly marked deprecated here4 : In file included from engine/engine.h:5: In file included from shared/cube.h:72: extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ 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.hshared/glemu.h::5672: :shared/glemu.h:605:5: warning: '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); }warning: ^'glVertexAttrib3fv' 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_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' 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) static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h: 168: ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF'28 GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h::42: 51: note: expanded from macro 'GLE_INITATTRIB' note: expanded from macro 'glVertexAttrib3fv_' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ #define glVertexAttrib3fv_ glVertexAttrib3fvshared/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:: 2895note: :expanded from macro 'glVertexAttrib1f_'13 : note: 'glVertexAttrib3fv' has been explicitly marked deprecated here #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from 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/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] In file included from game/defend.cpp:1: In file included from game/game.h GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1):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:47:9: note: expanded from macro 'GLE_INITATTRIBF' shared/glemu.h GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h::50:50: note: 43:59: note: expanded from macro 'GLE_INITATTRIB' 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 glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here ^ shared/glexts.h:extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);164 ^ :28: note: expanded from macro 'glVertexAttrib2fv_' 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: #define glVertexAttrib2fv_ glVertexAttrib2fvwarning: '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) ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2889shared/glemu.h::1347:: 9note: :'glVertexAttrib2fv' has been explicitly marked deprecated here note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);shared/glemu.h : ^44 :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: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.hIn file included from :game/bomber.cpp51::150: :In file included from game/game.hnote: :expanded from macro 'GLE_INITATTRIBF'4 : In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h: static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' :172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ 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: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/glemu.h:45:75: note: expanded 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 game/defend.cpp::101:1: note: expanded from here glVertexAttrib4f_ ^: In file included 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 shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_':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) #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908 ^:13 : note: shared/glemu.h:53:86: 'glVertexAttrib4f' has been explicitly marked deprecated here note: extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); 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_In file included from game/bomber.cpp^: 1: shared/glexts.hIn file included from :game/game.h182::429: note: expanded from macro 'glVertexAttrib4Nub_' : In file included from engine/engine.h#define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::52901: :In file included from 13shared/cube.h:: 72note: : 'glVertexAttrib4Nub' has been explicitly marked deprecated hereshared/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.hextern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14);: 48 ^: 49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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 extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);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_' In file included from game/bomber.cpp:1: In file included from game/game.h#define glVertexAttrib4Nub_ glVertexAttrib4Nub: 4 ^: 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::290172:: 13shared/glemu.h:: 61note: :'glVertexAttrib4Nub' has been explicitly marked deprecated here5 : warning: '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) ^ extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) 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 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:59:48In file included from game/bomber.cpp:1: In file included from :game/game.h :warning: 4'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); }warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ shared/glexts.h:183:30: GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1)note: expanded from macro 'glVertexAttrib4Nubv_' ^ shared/glemu.h:50:50: #define glVertexAttrib4Nubv_ glVertexAttrib4Nubvnote: 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:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: 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] In file included from GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ engine/engine.hshared/glemu.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) ^ 51shared/glemu.h:47:9:: note: 50expanded from macro 'GLE_INITATTRIBF' : note: GLE_INITATTRIB(name, index, f, float) \expanded from macro 'GLE_INITATTRIBF' ^ 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 static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' In file included from game/defend.cpp:1#define glVertexAttrib4fv_ glVertexAttrib4fv: In file included 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_' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13#define glVertexAttrib2f_ glVertexAttrib2f: note: ^'glVertexAttrib4fv' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.hIn file included from :game/defend.cpp4:: 1In file included from : engine/engine.hIn file included from :game/game.h5:: 4In file included from : shared/cube.hIn file included from :engine/engine.h72:: 5shared/glemu.h: :In file included from 62shared/cube.h::6072:: shared/glemu.hwarning: :'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]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) 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); ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44: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:63:47: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: warning: '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'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded 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 static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); }: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13:shared/glexts.h :171:27: note: expanded from macro 'glVertexAttrib4f_' note: 'glVertexAttrib4f' has been explicitly marked deprecated here#define glVertexAttrib4f_ glVertexAttrib4f ^ 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: In file included from game/defend.cpp:1: In file included from game/game.h: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:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' In file included from game/bomber.cpp:1: In file included from game/game.h: static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \4 : ^In file included from engine/engine.hshared/glexts.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); ^ :168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13:In file included from game/defend.cppnote: :'glVertexAttrib4f' has been explicitly marked deprecated here1 : In file included 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:5extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' In file included from game/bomber.cpp:1 static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \: In file included from ^game/game.h :4shared/glexts.h: :In file included from 171engine/engine.h::275:: In file included from note: shared/cube.hexpanded from macro 'glVertexAttrib4f_': 72: shared/glemu.h:66:#define glVertexAttrib4f_ glVertexAttrib4f49 : ^ 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 static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h#define glVertexAttrib4fv_ glVertexAttrib4fv ^: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] /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: GLE_INITATTRIBF(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 note: 'glVertexAttrib4fv' has been explicitly marked deprecated hereextern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from 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' In file included from game/bomber.cpp:1: In file included from game/game.h static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' :#define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here 4: In file included from engine/engine.hextern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); : ^ 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] In file included from game/defend.cpp:1: In file included from game/game.h:4: static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:36: note: expanded from macro 'glEnableVertexAttribArray_' :5: warning: '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' #define glEnableVertexAttribArray_ glEnableVertexAttribArray GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h ^ :42:51/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:: 13note: :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_ glVertexAttrib1fnote: ^'glEnableVertexAttribArray' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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: In file included from shared/glemu.hgame/defend.cpp::771:: 51In file included from :game/game.h :warning: 4'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:61 static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' :5: warning: 'glVertexAttrib2f' 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: GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1)13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);shared/glemu.h :43:59: note: expanded from macro 'GLE_INITATTRIB' ^ static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :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: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] In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()): 5 ^: In file included from shared/cube.h:shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' 72: shared/glemu.h:61:5: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ 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:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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: GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^37: note: expanded from macro 'glDisableVertexAttribArray_' #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.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here :47:9: note: expanded from macro 'GLE_INITATTRIBF'extern void glDisableVertexAttribArray (GLuint index) 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); } \ ^ :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 In file included from extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ 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] 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_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:73shared/glemu.h::1347:: 9note: :expanded from macro 'GLE_ATTRIBPOINTER' note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ ^ shared/glemu.h:shared/glexts.h45:75: note: expanded from macro 'GLE_INITATTRIB' :186:32: note: expanded from macro 'glVertexAttribPointer_' 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); ^ #define glVertexAttribPointer_ glVertexAttribPointerIn file included from game/defend.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: :2916:13: note: In file included from game/game.h:4: In file included from engine/engine.h:'glVertexAttribPointer' has been explicitly marked deprecated here5 : In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here 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] extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ 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_' In file included from game/defend.cpp:1: In file included from game/game.h:#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here 4: 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: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:In 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.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);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); } \In file included from game/defend.cpp ^: 1: shared/glexts.hIn file included from :game/game.h157::437: :In file included from engine/engine.hnote: :expanded from macro 'glDisableVertexAttribArray_'5 : In file included from shared/cube.h:72: #define glDisableVertexAttribArray_ glDisableVertexAttribArrayshared/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) ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/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:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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: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.hIn file included from :73game/defend.cpp::131:: In file included from note: game/game.hexpanded from macro 'GLE_ATTRIBPOINTER': 4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5 glVertexAttribPointer_(index, size, type, normalized, stride, data); \: ^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:186:32: note: expanded from macro 'glVertexAttribPointer_' GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50#define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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); static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:In file included from 4game/defend.cpp: :In file included from 1engine/engine.h: :In file included from 5game/game.h: :In file included from 4shared/cube.h: :In file included from 72engine/engine.h: :shared/glemu.h5:: 80In file included from :shared/cube.h5::72 : 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]: 62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54 static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); }: ^note: expanded from macro 'GLE_ATTRIBPOINTER' shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ #define glVertexAttrib4f_ glVertexAttrib4f shared/glexts.h ^: 156:36: 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:2908:13: note: #define glEnableVertexAttribArray_ glEnableVertexAttribArray'glVertexAttrib4f' has been explicitly marked deprecated here ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from 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:In file included from 80game/defend.cpp::51:: In file included from warning: game/game.h'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' shared/glemu.h:63:47: static inline void disable##name() { glDisableVertexAttribArray_(index); } \ warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ shared/glexts.h:157:37: note: static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171expanded from macro 'glDisableVertexAttribArray_':27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f#define glDisableVertexAttribArray_ 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::29182908::1313:: note: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here'glVertexAttrib4f' 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 game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:In file included from game/defend.cpp:1: In file included from 5game/game.h: :In file included from 4shared/cube.h: :In file included from 72engine/engine.h: :shared/glemu.h5:: 80In file included from :shared/cube.h5::72 : warning: shared/glemu.h'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 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] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' 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 glVertexAttribPointer_(index, size, type, normalized, stride, data); \:13 : note: 'glVertexAttrib4f' has been explicitly marked deprecated here ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:186:32: In file included from note: game/defend.cppexpanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here :1: 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);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] In file included from 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 game/bomber.cpp ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here :1: extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from 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:In file included from 54: note: expanded from macro 'GLE_ATTRIBPOINTER' game/defend.cpp:1 static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \: In file included from game/game.h:4: In file included from engine/engine.h:5 ^: In file included from shared/cube.h:shared/glexts.h72: 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] :156 static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); }: ^36 :shared/glexts.h: 172:note: 28: note: expanded from macro 'glVertexAttrib4fv_' expanded from macro 'glEnableVertexAttribArray_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13#define glEnableVertexAttribArray_ glEnableVertexAttribArray: ^note: 'glVertexAttrib4fv' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from In file included from engine/engine.hgame/defend.cpp::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]1 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:: In file included 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 note: expanded from macro 'glDisableVertexAttribArray_' extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here 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 extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);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 In file included from extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);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'In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from glVertexAttribPointer_(index, size, type, normalized, stride, data); \engine/engine.h : ^5 : In file included from shared/cube.hshared/glexts.h::72186: :shared/glemu.h32::78 :note: 5expanded from macro 'glVertexAttribPointer_': warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()): 2916 ^: 13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);In file included from 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:In file included from game/defend.cppwarning: :'glEnableVertexAttribArray' 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 GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, )engine/engine.h ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' :5: In file included from shared/cube.h:72: shared/glemu.h:78 static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \: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: GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable())156 : ^36 : shared/glemu.hnote: :expanded from macro 'glEnableVertexAttribArray_'70 :46: 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 disable##name() { glDisableVertexAttribArray_(index); } \13 : ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' note: #define glDisableVertexAttribArray_ glDisableVertexAttribArray'glEnableVertexAttribArray' has been explicitly marked deprecated here ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: '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 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] In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ): 5 ^: In file included from shared/glemu.hshared/cube.h:72: shared/glemu.h:78::570:: 46warning: :'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(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ ^ shared/glemu.hshared/glexts.h:157:37: note: :expanded from macro 'glDisableVertexAttribArray_'73 :13: note: expanded from macro 'GLE_ATTRIBPOINTER' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: glVertexAttribPointer_(index, size, type, normalized, stride, data); \'glDisableVertexAttribArray' has been explicitly marked deprecated here ^ shared/glexts.h:186:extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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: '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 game/defend.cpp GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ): ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' 1: In file included from game/game.h:4 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/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:2916:13: note: 'glVertexAttribPointer' has been explicitly marked 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: In file included from shared/cube.h:72: shared/glemu.h:79:5In 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] : warning: GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, )'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(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \expanded from macro 'GLE_ATTRIBPOINTER' ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:#define glEnableVertexAttribArray_ glEnableVertexAttribArray156 : ^36 : note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/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 ^:2917: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:46In file included from : game/defend.cppnote: :expanded from macro 'GLE_ATTRIBPOINTER'1 : In file included from game/game.h:4: 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 ^: 79:shared/glexts.h:157:375: warning: '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 note: extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArrayIn file included from game/defend.cpp : ^1 : In file included from game/game.h/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::42918: :In file included from 13engine/engine.h:: 5note: : 'glDisableVertexAttribArray' has been explicitly marked deprecated hereIn file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ In file included from game/bomber.cpp/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::12916: :In file included from 13game/game.h:: 4note: : 'glVertexAttribPointer' has been explicitly marked deprecated hereIn 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] extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /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 13game/defend.cpp:: 1note: : 'glVertexAttribPointer' has been explicitly marked deprecated hereIn file included 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: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(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54In file included from :game/bomber.cpp :note: 1expanded from macro 'GLE_ATTRIBPOINTER': In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \72 : ^shared/glemu.h :84shared/glexts.h::5: warning: '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:15654:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray : ^ 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_ATTRIBPOINTER'2917 :13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here 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_' In file included from game/defend.cpp:#define glEnableVertexAttribArray_ glEnableVertexAttribArray1: In file included 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: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13warning: '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, ) ^ : note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157In 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::37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ 84/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918::135:: note: 'glDisableVertexAttribArray' 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] extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 ^ In file included from game/defend.cpp/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:1: In file included 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::2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here 5extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(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: In file included from game/bomber.cpp:1: In file included from game/game.h:4: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, )game/defend.cpp : ^1 : In file included from game/game.hshared/glemu.h::473: :In file included from 13engine/engine.h:: 5note: : expanded from macro 'GLE_ATTRIBPOINTER'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] glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) note: ^expanded from macro 'glVertexAttribPointer_' shared/glemu.h:69:54:#define glVertexAttribPointer_ glVertexAttribPointer 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:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from In file included from game/bomber.cppgame/defend.cpp::11: : In file included from In file included from game/game.hgame/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, ) : ^ 4: shared/glemu.hIn file included from :engine/engine.h70: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] :46: note: expanded from macro 'GLE_ATTRIBPOINTER' GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h static inline void disable##name() { glDisableVertexAttribArray_(index); } \: 69 ^: 54shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' :#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 static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.hextern void glDisableVertexAttribArray (GLuint index) 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 In file included from extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);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/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:In file included from game/defend.cpp5::1 warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h: :70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from game/game.h static inline void disable##name() { glDisableVertexAttribArray_(index); } \: ^4: In file included from shared/glexts.h:157:37: note: engine/engine.h:5: In file included from shared/cube.hexpanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ :72: In file included from game/bomber.cpp:1: In file included from game/game.h:4shared/glemu.h: :In file included from 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] engine/engine.h:5: GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, )In file included from ^ shared/glemu.h:69:54: note: shared/cube.h:72: shared/glemu.h:expanded from macro 'GLE_ATTRIBPOINTER'85 :5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ):156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ 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: In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.hnote: 'glVertexAttribPointer' has been explicitly marked 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: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from 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] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105: static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ 23:shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ 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 'glBindBuffer_': 2918:13: note: #define glBindBuffer_ glBindBuffer'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:13extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);: ^note: '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 In file included from game/defend.cpp:1: In file included from extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ game/game.h:4: In file included from engine/engine.hIn file included from game/bomber.cpp::15: In file included from game/game.h:4: In file included from engine/engine.h:5: : In file included from shared/cube.h:72: shared/glemu.h:89In file included from :57shared/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] warning: GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' 'glBindBuffer' 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_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here 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 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:83: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]game/bomber.cpp :1: In file included from game/game.h:4: In file included from engine/engine.h:5: GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, )In file included from shared/cube.h ^: 72: shared/glemu.hshared/glemu.h::9069::3754:: warning: note: 'glBindBuffer' 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_ATTRIBPOINTER' static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ ^ shared/glexts.hshared/glexts.h::105156::2336:: note: note: expanded from macro 'glBindBuffer_'expanded from macro 'glEnableVertexAttribArray_' #define glBindBuffer_ glBindBuffer ^ #define glEnableVertexAttribArray_ glEnableVertexAttribArray /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^: 2867/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: :'glEnableVertexAttribArray' has been explicitly marked deprecated here13 : note: 'glBindBuffer' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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: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/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/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/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] In file included from game/defend.cpp:1: void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } In file included from game/game.h:4: In file included from engine/engine.h:92 ^ : shared/glexts.hengine/texture.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv: ^ 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] /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 case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14);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:389In file included from :33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h 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] 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); ^ case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92shared/glexts.h: 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] :137:22: note: void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148expanded from macro 'glUniform3f_':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 #define glUniform3f_ glUniform3f extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here 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] extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) 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: 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: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); ^ game/bomber.cpp:264:29: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ game/bomber.cpp:271:29: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/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/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); ^ 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 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 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/entities.o game/entities.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/game.o game/game.cpp 111 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o game/hud.o game/hud.cpp In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/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/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:In file included from 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:13game/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) ^ note: 'glUniform1f' has been explicitly marked deprecated here shared/glemu.h:47: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 glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_In file included from game/entities.cpp:1: In file included from game/game.h^: 4: shared/glexts.hIn file included from :engine/engine.h163::9227: :engine/texture.h :note: 423expanded from macro 'glVertexAttrib2f_': 33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888: case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break;13 : ^ note: 'glVertexAttrib2f' has been explicitly marked deprecated hereshared/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 glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:In file included from 1game/game.cpp: :In file included from 2game/game.h: :In file included from 4game/game.h: :In file included from 4engine/engine.h: :In file included from 92engine/engine.h: :engine/texture.h5:: 424In file included from :shared/cube.h33::72 : warning: shared/glemu.h'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 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] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)shared/glexts.h : ^137 :22shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44: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:note: 1:expanded from macro 'glUniform3f_' note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here#define glUniform3f_ glUniform3f ^extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from 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:In file included from game/entities.cpp:147:: 9:In file included from note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ game/game.h ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :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] :172:1: note: expanded from here glVertexAttrib4f_ 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 shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here In file included from 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_' extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);#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/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 In file included from game/entities.cpp:extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ 1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:431In file included from game/game.cpp:2: In file included from :game/game.h33: 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_' 4#define glUniform3i_ glUniform3i : ^ 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:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here :5extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ : In file included from shared/cube.h:In file included from game/entities.cpp:1: In file included from game/game.h:472: : shared/glemu.h:60In file included from engine/engine.h:92:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] : 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] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49 case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h::58146:: 22note: :expanded from macro 'GLE_INITATTRIBF' note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ 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 : ^2941 :13: shared/glexts.hnote: :'glUniform4i' has been explicitly marked deprecated here171 :27: note: expanded from macro 'glVertexAttrib4f_' extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) 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 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); ^ 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); ^ 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/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); ^ 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/projs.o game/projs.cpp 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o game/scoreboard.o game/scoreboard.cpp In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/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/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/projs.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h: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 In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/server.cpp:27: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o game/weapons.o game/weapons.cpp In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/waypoint.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/crypto-standalone.o shared/crypto.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 -DSTANDALONE -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -c -o shared/geom-standalone.o shared/geom.cpp clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -DSTANDALONE -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -c -o shared/stream-standalone.o shared/stream.cpp clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -DSTANDALONE -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -c -o shared/tools-standalone.o shared/tools.cpp shared/tools.cpp:116:32: warning: shifting a negative signed value is undefined [-Wshift-negative-value] if(n & (1<<28)) n |= -1<<28; ~~^ 1 warning generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -DSTANDALONE -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -c -o shared/zip-standalone.o shared/zip.cpp clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -DSTANDALONE -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -c -o engine/command-standalone.o engine/command.cpp engine/command.cpp:1206:45: warning: variable 'numargs' set but not used [-Wunused-but-set-variable] int comtype = CODE_COM, numargs = 0; ^ clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -DSTANDALONE -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -c -o engine/irc-standalone.o engine/irc.cpp engine/irc.cpp:360:73: warning: address of array 'n->passkey' will always evaluate to 'true' [-Wpointer-bool-conversion] if(!s || !*s) { ircprintf(n, 4, NULL, "current password is: %s", n->passkey && *n->passkey ? "" : ""); return; } ~~~^~~~~~~ ~~ shared/command.h:374:105: note: expanded from macro 'ICOMMAND' #define ICOMMAND(flags, name, nargs, proto, b) ICOMMANDN(flags, name, ICOMMANDNAME(name), nargs, proto, b) ^ shared/command.h:372:106: note: expanded from macro 'ICOMMANDN' #define ICOMMANDN(flags, name, cmdname, nargs, proto, b) ICOMMANDNS(flags, #name, cmdname, nargs, proto, b) ^ shared/command.h:371:7: note: expanded from macro 'ICOMMANDNS' { b; } ^ engine/irc.cpp:366:77: warning: address of array 'n->authcommand' will always evaluate to 'true' [-Wpointer-bool-conversion] if(!s || !*s) { ircprintf(n, 4, NULL, "current auth command is: %s", n->authcommand && *n->authcommand ? "" : ""); return; } ~~~^~~~~~~~~~~ ~~ shared/command.h:374:105: note: expanded from macro 'ICOMMAND' #define ICOMMAND(flags, name, nargs, proto, b) ICOMMANDN(flags, name, ICOMMANDNAME(name), nargs, proto, b) ^ shared/command.h:372:106: note: expanded from macro 'ICOMMANDN' #define ICOMMANDN(flags, name, cmdname, nargs, proto, b) ICOMMANDNS(flags, #name, cmdname, nargs, proto, b) ^ shared/command.h:371:7: note: expanded from macro 'ICOMMANDNS' { b; } ^ engine/irc.cpp:372:109: warning: address of array 'n->authpass' will always evaluate to 'true' [-Wpointer-bool-conversion] if(!s || !*s || !t || !*t) { ircprintf(n, 4, NULL, "current auth details are: %s (%s)", n->authname, n->authpass && *n->authpass ? "" : ""); return; } ~~~^~~~~~~~ ~~ shared/command.h:374:105: note: expanded from macro 'ICOMMAND' #define ICOMMAND(flags, name, nargs, proto, b) ICOMMANDN(flags, name, ICOMMANDNAME(name), nargs, proto, b) ^ shared/command.h:372:106: note: expanded from macro 'ICOMMANDN' #define ICOMMANDN(flags, name, cmdname, nargs, proto, b) ICOMMANDNS(flags, #name, cmdname, nargs, proto, b) ^ shared/command.h:371:7: note: expanded from macro 'ICOMMANDNS' { b; } ^ engine/irc.cpp:465:93: warning: address of array 'c->passkey' will always evaluate to 'true' [-Wpointer-bool-conversion] if(!s || !*s) { ircprintf(n, 4, NULL, "channel %s current password is: %s", c->name, c->passkey && *c->passkey ? "" : ""); return; } ~~~^~~~~~~ ~~ shared/command.h:374:105: note: expanded from macro 'ICOMMAND' #define ICOMMAND(flags, name, nargs, proto, b) ICOMMANDN(flags, name, ICOMMANDNAME(name), nargs, proto, b) ^ shared/command.h:372:106: note: expanded from macro 'ICOMMANDN' #define ICOMMANDN(flags, name, cmdname, nargs, proto, b) ICOMMANDNS(flags, #name, cmdname, nargs, proto, b) ^ shared/command.h:371:7: note: expanded from macro 'ICOMMANDNS' { b; } ^ 4 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -DSTANDALONE -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -c -o engine/master-standalone.o engine/master.cpp 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 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 shared/stream.o shared/stream.cpp In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/glemu.cpp:1: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:55:13: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, quadindexes); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:59:9: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenBuffers_(1, &quadindexes); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:70:9: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, quadindexes); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:71:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ELEMENT_ARRAY_BUFFER, MAXQUADS*6*sizeof(ushort), data, GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:81:9: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:89:13: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawArrays(GL_QUADS, offset*4, count*4); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:97:9: warning: 'glDrawRangeElements' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawRangeElements_(GL_TRIANGLES, offset*4, (offset + count)*4-1, count*6, GL_UNSIGNED_SHORT, (ushort *)0 + offset*6); ^ shared/glexts.h:71:30: note: expanded from macro 'glDrawRangeElements_' #define glDrawRangeElements_ glDrawRangeElements ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2468:13: note: 'glDrawRangeElements' has been explicitly marked deprecated here extern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:159:17: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertexAttribPointer_(a.type, a.size, a.format, GL_FALSE, vertexsize, buf); ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:165:17: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertexAttribPointer_(a.type, a.size, a.format, GL_TRUE, vertexsize, buf); ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:170:13: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnableVertexAttribArray_(a.type); ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:177:9: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisableVertexAttribArray_(a.type); ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:225:26: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!vbo) glGenBuffers_(1, &vbo); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:226:17: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindBuffer_(GL_ARRAY_BUFFER, vbo); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:227:17: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, MAXVBOSIZE, NULL, GL_STREAM_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:230:38: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(!lastvertexsize) glBindBuffer_(GL_ARRAY_BUFFER, vbo); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:254:17: warning: 'glUnmapBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glUnmapBuffer_(GL_ARRAY_BUFFER); ^ shared/glexts.h:107:24: note: expanded from macro 'glUnmapBuffer_' #define glUnmapBuffer_ glUnmapBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2875:18: note: 'glUnmapBuffer' has been explicitly marked deprecated here extern GLboolean glUnmapBuffer (GLenum target) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:266:30: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!vbo) glGenBuffers_(1, &vbo); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:267:21: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindBuffer_(GL_ARRAY_BUFFER, vbo); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:268:21: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, MAXVBOSIZE, NULL, GL_STREAM_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:271:42: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(!lastvertexsize) glBindBuffer_(GL_ARRAY_BUFFER, vbo); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:277:21: warning: 'glUnmapBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glUnmapBuffer_(GL_ARRAY_BUFFER); ^ shared/glexts.h:107:24: note: expanded from macro 'glUnmapBuffer_' #define glUnmapBuffer_ glUnmapBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2875:18: note: 'glUnmapBuffer' has been explicitly marked deprecated here extern GLboolean glUnmapBuffer (GLenum target) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:279:22: warning: 'glBufferSubData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBufferSubData_(GL_ARRAY_BUFFER, vbooffset, attribbuf.length(), attribbuf.getbuf()); ^ shared/glexts.h:109:26: note: expanded from macro 'glBufferSubData_' #define glBufferSubData_ glBufferSubData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2872:13: note: 'glBufferSubData' has been explicitly marked deprecated here extern void glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:281:18: warning: 'glUnmapBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glUnmapBuffer_(GL_ARRAY_BUFFER); ^ shared/glexts.h:107:24: note: expanded from macro 'glUnmapBuffer_' #define glUnmapBuffer_ glUnmapBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2875:18: note: 'glUnmapBuffer' has been explicitly marked deprecated here extern GLboolean glUnmapBuffer (GLenum target) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:305:17: warning: 'glMultiDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glMultiDrawArrays_(primtype, multidrawstart.getbuf(), multidrawcount.getbuf(), multidrawstart.length()); ^ shared/glexts.h:95:28: note: expanded from macro 'glMultiDrawArrays_' #define glMultiDrawArrays_ glMultiDrawArrays ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2838:13: note: 'glMultiDrawArrays' has been explicitly marked deprecated here extern void glMultiDrawArrays (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:309:18: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glDrawArrays(primtype, start, numvertexes); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:317:59: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] for(int i = 0; enabled; i++) if(enabled&(1<= 300) glBindBuffer_(GL_ARRAY_BUFFER, 0); ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:339:27: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(quadindexes) { glDeleteBuffers_(1, &quadindexes); quadindexes = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.cpp:341:19: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vbo) { glDeleteBuffers_(1, &vbo); vbo = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ 99 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o shared/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); ^ 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/zip.o shared/zip.cpp In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from shared/tools.cpp:3: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/tools.cpp:116:32: warning: shifting a negative signed value is undefined [-Wshift-negative-value] if(n & (1<<28)) n |= -1<<28; ~~^ 71 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -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/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]In file included from engine/bih.cpp: 1: In file included from engine/engine.h:5: In file included from GLE_INITATTRIBF(vertex, ATTRIB_VERTEX)shared/cube.h :72 ^ : shared/glemu.h:55:5shared/glemu.h:: 47warning: :'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 9: note: GLE_INITATTRIBF(vertex, ATTRIB_VERTEX)expanded from macro 'GLE_INITATTRIBF' ^ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: shared/glemu.hnote: :expanded from macro 'GLE_INITATTRIB'47 :9: note: expanded from macro 'GLE_INITATTRIBF' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ GLE_INITATTRIB(name, index, f, float) \ ^ shared/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 here136:1: note: expanded from here glVertexAttrib1f_ ^glVertexAttrib2f_ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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:2882:13: note: extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ 'glVertexAttrib1f' 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:5In file included from :engine/blend.cpp :warning: 1'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/engine.h:5: In file included from shared/cube.h: GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:72: shared/glemu.h:55:5: 47warning: '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' 9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' GLE_INITATTRIB(name, index, f, float) \ ^ static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ shared/glemu.h:44::67139:: 1note: :expanded from macro 'GLE_INITATTRIB' note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27 static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \: note: expanded from macro 'glVertexAttrib2f_' ^ #define glVertexAttrib2f_ glVertexAttrib2f ^ :142:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h1: note: :2888:13: expanded from here note: 'glVertexAttrib2f' has been explicitly marked deprecated hereglVertexAttrib3f_ ^ shared/glexts.h :167:extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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: '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/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:shared/glemu.h9::47 :note: 9expanded from macro 'GLE_INITATTRIBF': GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' note: expanded from macro 'GLE_INITATTRIBF' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: GLE_INITATTRIB(name, index, f, float) \note: expanded from here ^ glVertexAttrib3f_shared/glemu.h :^45 :shared/glexts.h:167:27: 75: note: expanded from macro 'GLE_INITATTRIB' note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ 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:2894:13: ^ note: :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f '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:2908:13: note: 'glVertexAttrib4f' has 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 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: In file included from engine/blend.cpp:1: In file included from engine/engine.hshared/glemu.h:5:: 55In file included from :shared/cube.h5::72 : warning: shared/glemu.h'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 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) ^ GLE_INITATTRIBF(vertex, ATTRIB_VERTEX)shared/glemu.h ^: 48:49: shared/glemu.hnote: :expanded from macro 'GLE_INITATTRIBF'47 :9: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ GLE_INITATTRIB(name, index, f, float) \ ^ ^ shared/glemu.hshared/glexts.h::45168::7528:: note: expanded from macro 'GLE_INITATTRIB' note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ 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:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here ^ :145:1extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);: ^note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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: '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:In file included from 27engine/blend.cpp:: 1note: : expanded from macro 'glVertexAttrib4f_'In file included from engine/engine.h:5: In file included from #define glVertexAttrib4f_ glVertexAttrib4fshared/cube.h : ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:1372:: shared/glemu.h:55 :note: 'glVertexAttrib4f' has been explicitly marked deprecated here 5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); GLE_INITATTRIBF(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:In file included from note: 'glVertexAttrib3fv' has been explicitly marked deprecated here engine/bih.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: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: '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'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 static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ :shared/glexts.h5::171 :warning: 27'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: note: expanded from macro 'glVertexAttrib4f_' GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h#define glVertexAttrib4f_ glVertexAttrib4f: 51 ^: 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:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: 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 ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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: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) In file included from ^ shared/glemu.h:50:engine/bih.cpp50::1 : note: In file included from engine/engine.h:5: In file included from shared/cube.h:expanded from macro 'GLE_INITATTRIBF'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] static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h GLE_INITATTRIBF(color, ATTRIB_COLOR): 164 ^: 28: note: shared/glemu.hexpanded from macro 'glVertexAttrib2fv_': 47:9: note: 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 GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51extern void glVertexAttrib2fv (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); } \ ^ :In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: 148shared/glemu.h::551::5 :note: expanded from herewarning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertexAttrib1f_ ^ GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^shared/glexts.h :159shared/glemu.h::2751:: 50note: :expanded from macro 'glVertexAttrib1f_' note: expanded from macro 'GLE_INITATTRIBF' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882 static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }: 13 ^: note: shared/glexts.h'glVertexAttrib1f' has been explicitly marked deprecated here: 172:28: note: expanded from macro 'glVertexAttrib4fv_'extern void glVertexAttrib1f (GLuint index, GLfloat x) 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/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: In file included from engine/blend.cpp:1: In file included from shared/glemu.hengine/engine.h::565:: 5In file included from :shared/cube.h :warning: 72'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:56: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] shared/glemu.h:47:9 GLE_INITATTRIBF(color, ATTRIB_COLOR): note: expanded from macro 'GLE_INITATTRIBF' ^ shared/glemu.h:47 GLE_INITATTRIB(name, index, f, float) \: 9 ^: shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ ^ shared/glemu.h:42::151:1: note: expanded from here 51: note: expanded from macro 'GLE_INITATTRIB' glVertexAttrib2f_ ^ shared/glexts.h:163 static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \:27: note: ^expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f: 148 ^: 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: 2888glVertexAttrib1f_: 13^: note: shared/glexts.h:159:27'glVertexAttrib2f' has been explicitly marked deprecated here: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^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:2882:13: note: 'glVertexAttrib1f' 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: 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] warning: GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' GLE_INITATTRIBF(color, ATTRIB_COLOR) static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ ^ shared/glemu.h:47::9151:: 1note: :expanded from macro 'GLE_INITATTRIBF' note: expanded from here GLE_INITATTRIB(name, index, f, float) \ ^ glVertexAttrib2f_ shared/glemu.h:^44 :67shared/glexts.h:: 163note: :27: note: expanded from macro 'glVertexAttrib2f_' expanded from macro 'GLE_INITATTRIB' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \note: 'glVertexAttrib2f' has been explicitly marked deprecated here ^ :154:1: note: expanded from hereextern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) 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:2894In file included from :engine/blend.cpp13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here: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) ^ extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) 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); } \ ^ :154:1: note: expanded from here In file included from glVertexAttrib3f_engine/bih.cpp :^1 : In file included from engine/engine.h:5: In file included from shared/cube.h:72shared/glexts.h: :shared/glemu.h167::5627::5 :note: expanded from macro 'glVertexAttrib3f_'warning: #define glVertexAttrib3f_ glVertexAttrib3f '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:2894: GLE_INITATTRIBF(color, ATTRIB_COLOR)13 : ^ note: 'glVertexAttrib3f' has been explicitly marked deprecated here shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) 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_ glVertexAttrib4fIn file included from ^engine/blend.cpp :1: In file included from /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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:47: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/bih.cpp:1: In file included from static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ engine/engine.h::157:51: :In file included from shared/cube.hnote: :expanded from here72 : shared/glemu.h:56:5glVertexAttrib4f_: ^warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glexts.h: GLE_INITATTRIBF(color, ATTRIB_COLOR)171 : ^27 : note: expanded from macro 'glVertexAttrib4f_' shared/glemu.h:48:49:#define glVertexAttrib4f_ glVertexAttrib4f note: ^expanded from macro 'GLE_INITATTRIBF' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ note: 'glVertexAttrib4f' has been explicitly marked deprecated here shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);#define glVertexAttrib3fv_ glVertexAttrib3fv ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:In file included from engine/bih.cpp:1: In file included from engine/engine.h5::5 : warning: In file included from 'glVertexAttrib3fv' 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:56:5 GLE_INITATTRIBF(color, ATTRIB_COLOR): ^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: GLE_INITATTRIBF(color, ATTRIB_COLOR)48 : ^49 : shared/glemu.hnote: :expanded from macro 'GLE_INITATTRIBF'49 :58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168: static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \28 : ^ note: expanded from macro 'glVertexAttrib3fv_'shared/glexts.h :171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:#define glVertexAttrib4f_ glVertexAttrib4f13 : ^ note: 'glVertexAttrib3fv' has been explicitly marked deprecated here/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908: 13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from In file included from engine/engine.hengine/blend.cpp::51: : In file included from In file included from shared/cube.hengine/engine.h:5: In file included from :72: shared/glemu.hshared/cube.h::5672:: 5shared/glemu.h:: 56warning: :'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]5 : warning: '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) ^ GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.hshared/glemu.h:50::5049:: 58note: :expanded from macro 'GLE_INITATTRIBF' note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ shared/glexts.h ^: 164shared/glexts.h::28171:: 27note: :expanded from macro 'glVertexAttrib2fv_' note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908#define glVertexAttrib2fv_ glVertexAttrib2fv: 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'glVertexAttrib4f' 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); ^ In file included from engine/bih.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: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' In file included from engine/blend.cpp:1 static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }: In file included from ^engine/engine.h :shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv5 : ^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::290956::135:: note: warning: 'glVertexAttrib4fv' 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] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.hextern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);: 50 ^: 50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/bih.cpp:1extern 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: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] In file included from engine/blend.cpp:1: In file included from engine/engine.h: GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255)5 : ^In file included from shared/cube.h:72: shared/glemu.h:56:shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' 5 static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } : warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ :160:1: note: expanded from here 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:glVertexAttrib4Nub_ ^ 172:28shared/glexts.h:: 182note: :29: note: expanded from macro 'glVertexAttrib4Nub_'expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909#define glVertexAttrib4Nub_ glVertexAttrib4Nub:13 : ^ note: 'glVertexAttrib4fv' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) 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/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_' In file included from engine/bih.cpp#define glVertexAttrib4Nub_ glVertexAttrib4Nub: 1 ^ /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/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13In file included from :engine/blend.cpp :note: 1'glVertexAttrib4Nub' 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:58:66: extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14);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 In file included from engine/bih.cpp:1: In file included from engine/engine.hextern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14);: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: In file included from expanded from macro 'glVertexAttrib4Nubv_'engine/blend.cpp:1 : In file included from #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^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:: 2902In file included from :shared/cube.h13::72 : note: shared/glemu.h'glVertexAttrib4Nubv' has been explicitly marked deprecated here: 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 glVertexAttrib4Nubv (GLuint index, const GLubyte *v) 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/bih.cpp:1: In file included from engine/engine.hextern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14);: 5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: In file included from expanded from hereengine/blend.cpp glVertexAttrib1f_ ^ :1: In file included from engine/engine.h:5: In file included from shared/cube.hshared/glexts.h:159:27: note: :expanded from macro 'glVertexAttrib1f_' 72: shared/glemu.h:60#define glVertexAttrib1f_ glVertexAttrib1f: 5 ^: 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 :2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ extern void glVertexAttrib1f (GLuint index, GLfloat x) 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' In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^shared/cube.h:72: shared/glemu.h: 60:163:1: note: expanded from here :glVertexAttrib1f_5 :^ warning: shared/glexts.h'glVertexAttrib2f' 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(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' #define glVertexAttrib1f_ glVertexAttrib1f 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 :2882shared/glemu.h::43:59: note: 13expanded from macro 'GLE_INITATTRIB': note: 'glVertexAttrib1f' has been explicitly marked deprecated here static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here In file included from engine/blend.cpp:1: In file included from extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);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' In file included from engine/bih.cpp:1: In file included from engine/engine.h:5 GLE_INITATTRIB(name, index, f, float) \: ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \'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) 166 ^: 1: shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' note: expanded from here GLE_INITATTRIB(name, index, f, float) \glVertexAttrib2f_ ^^ shared/glexts.h:shared/glemu.h163::4427::67 :note: expanded from macro 'glVertexAttrib2f_'note: expanded from macro 'GLE_INITATTRIB'#define glVertexAttrib2f_ glVertexAttrib2f 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_' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13#define glVertexAttrib3f_ glVertexAttrib3f: 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:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) 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/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) ^ In file included from engine/bih.cpp:1: In file included from shared/glemu.hengine/engine.h::5: In file included from shared/cube.h:72: 47:9shared/glemu.h:60:: note: expanded from macro 'GLE_INITATTRIBF' 5: warning: 'glVertexAttrib4f' 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(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' shared/glemu.h static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \: 47 ^: 9: note: expanded from macro 'GLE_INITATTRIBF' :169:1: note: expanded from here GLE_INITATTRIB(name, index, f, float) \ ^glVertexAttrib3f_ ^ shared/glemu.h:shared/glexts.h45::16775::27 :note: expanded from macro 'GLE_INITATTRIB'note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } note: ^'glVertexAttrib3f' has been explicitly marked deprecated here :172:1: note: expanded from here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);glVertexAttrib4f_ ^^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' In file included from engine/blend.cpp:1#define glVertexAttrib4f_ glVertexAttrib4f: 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)/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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.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:45:75: note: expanded 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_' In file included from #define glVertexAttrib4f_ glVertexAttrib4fengine/bih.cpp : ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:29081:: 13In file included from :engine/engine.h :note: 5'glVertexAttrib4f' has been explicitly marked deprecated here: 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] 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:48:49: note: expanded from 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/blend.cpp:1: In file included from engine/engine.h:#define glVertexAttrib3fv_ glVertexAttrib3fv5 : ^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.h2895::6013::5 :note: 'glVertexAttrib3fv' 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(texcoord0, ATTRIB_TEXCOORD0) ^ extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) 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/bih.cpp:1: In file included from engine/engine.h#define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::28955:: 13In file included from :shared/cube.h :note: 72'glVertexAttrib3fv' has been explicitly marked deprecated here: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:In file included from 2908engine/blend.cpp::131:: In file included from note: engine/engine.h:5: In file included from shared/cube.h:72'glVertexAttrib4f' has been explicitly marked deprecated here : shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void 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:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ In file included from shared/glexts.hengine/bih.cpp::1711:: 27In file included from : note: expanded from macro 'glVertexAttrib4f_' engine/engine.h:5: In file included from shared/cube.h:#define glVertexAttrib4f_ glVertexAttrib4f72 : ^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::2908:135:: note: warning: 'glVertexAttrib4f' 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] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: 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 vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated hereIn 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.hextern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);: 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' In file included from engine/bih.cpp:1: In file included from static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \engine/engine.h : ^5 : In file included from shared/glexts.hshared/cube.h:72: shared/glemu.h::60164::528: note: expanded from macro 'glVertexAttrib2fv_' : warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]#define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889: GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here ^ shared/glemu.h:51:50: extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);note: expanded from macro 'GLE_INITATTRIBF' ^ static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^In file included from engine/blend.cpp:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h1:: 2909In file included from :engine/engine.h13::5 : note: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' has been explicitly marked deprecated here'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.hextern void glVertexAttrib4fv (GLuint index, const GLfloat *v) 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:172In 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: 28'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' note: expanded from macro 'glVertexAttrib4fv_' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:#define glVertexAttrib4fv_ glVertexAttrib4fv51 : note: expanded from macro 'GLE_INITATTRIB' ^ static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h : ^2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.hextern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ :159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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: '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/bih.cpp ^: 1: In file included from engine/engine.h:5shared/glemu.h: 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.h47::479: note: expanded 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.hshared/glemu.h::43:59: note: expanded from macro 'GLE_INITATTRIB'42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ ^ :4::1751::1 :note: expanded from here note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here In file included from extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);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' In file included from engine/bih.cpp GLE_INITATTRIB(name, index, f, float) \: 1 ^: shared/glemu.h:43:59: In file included from note: engine/engine.hexpanded from macro 'GLE_INITATTRIB': 5: In file included from shared/cube.h:72: shared/glemu.h:61:5: static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] :4:1: GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ note: shared/glemu.h:47expanded from here: 9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' glVertexAttrib2f_ ^ shared/glexts.h:163:27 static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \: ^note: expanded from macro 'glVertexAttrib2f_' :7:1:#define glVertexAttrib2f_ glVertexAttrib2f note: ^expanded from here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here glVertexAttrib3f_ ^ shared/glexts.h:167:extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ 27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/blend.cpp:1: In file included from engine/engine.hextern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);: 5 ^: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' In file included from engine/bih.cpp static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \: 1 ^: In file included from engine/engine.h:5:: 7In file included from :shared/cube.h1::72 : note: shared/glemu.hexpanded from here: glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' 61:5#define glVertexAttrib3f_ glVertexAttrib3f: ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: warning: 'glVertexAttrib4f' 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(texcoord1, ATTRIB_TEXCOORD1)extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) 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' In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^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] :10: GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1)1 : ^ note: expanded from hereshared/glemu.h :47:9: note: expanded from macro 'GLE_INITATTRIBF' glVertexAttrib4f_ GLE_INITATTRIB(name, index, f, float) \ ^^ shared/glemu.h:shared/glexts.h45:75: note: expanded from macro 'GLE_INITATTRIB': 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::1013::1 :note: 'glVertexAttrib4f' has been explicitly marked deprecated herenote: expanded from here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here In file included from engine/bih.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 ^: 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 engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ :shared/glexts.h72:: 168shared/glemu.h::2861:: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:52895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (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] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: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.hnote: expanded from macro 'GLE_INITATTRIBF' :49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ ^ shared/glexts.hshared/glexts.h::171168::2728:: note: note: expanded from macro 'glVertexAttrib4f_'expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: #define glVertexAttrib3fv_ glVertexAttrib3fvnote: 'glVertexAttrib4f' has been explicitly marked deprecated here ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61In file included from :engine/blend.cpp5::1 : warning: In file included from 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]engine/engine.h :5: In file included from shared/cube.h:72: shared/glemu.h GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1): 61 ^: 5shared/glemu.h:: 50warning: :'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]50 : note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \note: expanded from macro 'GLE_INITATTRIBF' ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^#define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here shared/glexts.h:171extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);: 27 ^: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/bih.cpp:1: In file included from engine/engine.hextern 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: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'In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }: 72 ^: shared/glemu.hshared/glexts.h::61172::528:: warning: note: expanded from macro 'glVertexAttrib4fv_' 'glVertexAttrib2fv' 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) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' ^ static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated hereshared/glexts.h :164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fvextern 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:2889:13: note: 'glVertexAttrib2fv' has 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' In file included from engine/bih.cpp:1 static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h: :In file included from engine/engine.h172::528: :In file included from shared/cube.hnote: :expanded from macro 'glVertexAttrib4fv_'72 : shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13 static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ :shared/glexts.h: 171note: :'glVertexAttrib4fv' has been explicitly marked deprecated here27 : note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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] 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: ^2908 :13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:In file included from engine/blend.cpp:1: In file included from engine/engine.h:55: In file included from shared/cube.h: In file included from shared/cube.h:72: :shared/glemu.h:63:72: shared/glemu.h:63:47: warning: 47'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] : warning: 'glVertexAttrib4f' 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_' static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); }#define glVertexAttrib4f_ glVertexAttrib4f ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' ^ #define glVertexAttrib4f_ glVertexAttrib4f/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from In file included from engine/bih.cppengine/blend.cpp::11: : In file included from In file included from engine/engine.hengine/engine.h::55: : In file included from In file included from shared/cube.hshared/cube.h::7272: : shared/glemu.hshared/glemu.h::6464::7777:: warning: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h: static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); }171 :27 ^: shared/glexts.h:171:27: note: note: expanded from macro 'glVertexAttrib4f_' expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f #define glVertexAttrib4f_ glVertexAttrib4f ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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: In file included from 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]engine/blend.cpp :1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65: 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: 64note: : warning: 'glVertexAttrib4f' is 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); } ^ expanded from macro 'glVertexAttrib4f_' shared/glexts.h:171:#define glVertexAttrib4f_ glVertexAttrib4f ^ 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#define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908::290813:: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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.hIn file included from engine/bih.cpp:1: In file included from :engine/engine.h172:28: :note: 5expanded from macro 'glVertexAttrib4fv_': In file included from shared/cube.h:72: shared/glemu.h:66:#define glVertexAttrib4fv_ glVertexAttrib4fv ^49 : warning: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.hextern void glVertexAttrib4fv (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/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 ^ 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/bih.cpp::29171:: 13In file included from :engine/engine.h :note: 5'glEnableVertexAttribArray' has been explicitly marked deprecated here: In file included from shared/cube.h:72: shared/glemu.h:76:extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); 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:2917In file included from :engine/blend.cpp13:1: In file included from engine/engine.h:5: In file included from : note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here shared/cube.h:72: shared/glemu.h:77:51extern 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] ^ 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: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); } ^ In file included from engine/blend.cppshared/glexts.h::1157: :In file included from 37engine/engine.h:: 5note: : expanded from macro 'glDisableVertexAttribArray_'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()) ^#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h shared/glemu.h:69::54:2918 :note: 13expanded from macro 'GLE_ATTRIBPOINTER': 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:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:In file included from 78engine/bih.cpp:1: :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/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:70:46: note: GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable())expanded from macro 'GLE_ATTRIBPOINTER' ^ shared/glemu.h static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^: 69:shared/glexts.h54::157 :note: 37expanded from macro 'GLE_ATTRIBPOINTER' : static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ note: expanded from macro 'glDisableVertexAttribArray_' ^ shared/glexts.h:156#define glDisableVertexAttribArray_ glDisableVertexAttribArray: 36 ^ : 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 :2918:13: note: #define glEnableVertexAttribArray_ glEnableVertexAttribArray'glDisableVertexAttribArray' has been explicitly marked deprecated here ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/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:37In file included from :engine/blend.cpp :note: 1expanded from macro 'glDisableVertexAttribArray_': In file included from engine/engine.h: 5: In file included from shared/cube.h:72#define glDisableVertexAttribArray_ glDisableVertexAttribArray: shared/glemu.h ^: 78:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h5::2918 :warning: 'glVertexAttribPointer' 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 GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:extern void glDisableVertexAttribArray (GLuint index) 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: In file included from expanded from macro 'glVertexAttribPointer_'engine/bih.cpp :#define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 1: 'glVertexAttribPointer' has been explicitly marked deprecated hereIn file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: '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(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.hIn file included from engine/blend.cpp:1: In file included from engine/engine.h::52916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here : 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] extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: In file included from 'glEnableVertexAttribArray' has been explicitly marked deprecated here engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79extern 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(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); } \In file included from engine/blend.cpp ^: 1shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' : In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::291779::135: warning: : note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here '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(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:In file included from 37engine/bih.cpp: :note: 1expanded from macro 'glDisableVertexAttribArray_': In file included from engine/engine.h:5: In file included from shared/cube.h:72: #define glDisableVertexAttribArray_ glDisableVertexAttribArray 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] /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ 13shared/glemu.h: :note: 70'glDisableVertexAttribArray' has been explicitly marked deprecated here :46: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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, ) ^In file included from engine/bih.cpp shared/glemu.h:73::131:: In file included from note: engine/engine.hexpanded from macro 'GLE_ATTRIBPOINTER': 5: In file included from shared/cube.h:72: shared/glemu.h:79:5: glVertexAttribPointer_(index, size, type, normalized, stride, data); \warning: 'glVertexAttribPointer' 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(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: glVertexAttribPointer_(index, size, type, normalized, stride, data); \'glVertexAttribPointer' has been explicitly marked deprecated here ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /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 glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) 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/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] In file included from engine/bih.cpp:1: In file included from engine/engine.h: GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, )5 : ^In file included from shared/glemu.h:shared/cube.h69::7254: :shared/glemu.h note: expanded from macro 'GLE_ATTRIBPOINTER' :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] static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h: GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ 156shared/glemu.h::3669: note: expanded from macro 'glEnableVertexAttribArray_' :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:13: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ note: ^'glEnableVertexAttribArray' has been explicitly marked deprecated here shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here In file included from extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);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'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] static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ expanded from macro 'glDisableVertexAttribArray_' shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER'#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37:extern void glDisableVertexAttribArray (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 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]In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, )shared/glemu.h : ^ shared/glemu.h:8073::513:: warning: note: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]expanded from macro 'GLE_ATTRIBPOINTER' GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ glVertexAttribPointer_(index, size, type, normalized, stride, data); \shared/glemu.h :73:13 ^: note: shared/glexts.hexpanded from macro 'GLE_ATTRIBPOINTER': 186:32: note: expanded from macro 'glVertexAttribPointer_' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^#define glVertexAttribPointer_ glVertexAttribPointer ^shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^:2916: 13:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :note: 2916'glVertexAttribPointer' has been explicitly marked deprecated here: 13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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:In file included from note: expanded from macro 'glEnableVertexAttribArray_' engine/blend.cpp:#define glEnableVertexAttribArray_ glEnableVertexAttribArray1: 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 72: shared/glemu.hextern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);: 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: In file included from expanded from macro 'GLE_ATTRIBPOINTER'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, ) static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ ^ shared/glemu.hshared/glexts.h::70156::4636:: note: note: expanded from macro 'GLE_ATTRIBPOINTER'expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ ^ shared/glexts.h:157:37/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13:: note: 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 glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1In file included from : engine/blend.cppIn file included from :engine/engine.h1:: 5In file included from : engine/engine.h:5: In file included from shared/cube.hIn file included from :shared/cube.h72:: 72shared/glemu.h: shared/glemu.h:81::815::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: '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, ) ^ GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:shared/glemu.h:7073::4613: note: expanded from macro 'GLE_ATTRIBPOINTER' : note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \shared/glexts.h : ^186 :32: note: expanded from macro 'glVertexAttribPointer_'shared/glexts.h :157:37: note: expanded from macro '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#define glDisableVertexAttribArray_ glDisableVertexAttribArray: 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: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/bih.cpp:1: In file included from engine/blend.cpp:1: In file included from In file included from engine/engine.h:5: engine/engine.hIn file included from :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] 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(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); \ ^ GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glexts.h:shared/glemu.h:69:54186:32: note: expanded from macro 'glVertexAttribPointer_': note: #define glVertexAttribPointer_ glVertexAttribPointerexpanded from macro 'GLE_ATTRIBPOINTER' ^ static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^: 2916:shared/glexts.h:156:3613: note: 'glVertexAttribPointer' has been explicitly marked deprecated here: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hextern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);: 2917 ^:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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] In file included from GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, )engine/blend.cpp ^ shared/glemu.h::701: In file included from engine/engine.h::46: note: expanded from macro 'GLE_ATTRIBPOINTER' 5: In file included from shared/cube.h:72: shared/glemu.h:82: static inline void disable##name() { glDisableVertexAttribArray_(index); } \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: 157:37: note: expanded from macro 'glDisableVertexAttribArray_' GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ #define glDisableVertexAttribArray_ glDisableVertexAttribArrayshared/glemu.h : ^69 :/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here 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:In file included from engine/bih.cppnote: :'glEnableVertexAttribArray' has been explicitly marked deprecated here1 : In file included from engine/engine.h:5: In file included from shared/cube.hextern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);: 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:In file included from 13engine/blend.cpp:1: In file included from engine/engine.h:: note: expanded from macro 'GLE_ATTRIBPOINTER' 5: In file included from shared/cube.h:72: glVertexAttribPointer_(index, size, type, normalized, stride, data); \ shared/glemu.h ^: 82shared/glexts.h:186:32::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 'glVertexAttribPointer_' GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, 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 ^ shared/glemu.h::70:291646::13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here note: expanded from macro 'GLE_ATTRIBPOINTER' 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:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/bih.cpp:1: In file included from extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);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_' 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#define glEnableVertexAttribArray_ glEnableVertexAttribArray: 82 ^: 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: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: glVertexAttribPointer_(index, size, type, normalized, stride, data); \In file included from shared/cube.h:72: shared/glemu.h:83:5: ^ shared/glexts.hwarning: :'glDisableVertexAttribArray' 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(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, )#define glVertexAttribPointer_ glVertexAttribPointer ^ 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:2916:13: note: static inline void disable##name() { glDisableVertexAttribArray_(index); } \ 'glVertexAttribPointer' has been explicitly marked deprecated here ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ 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 ^ :2918:13: 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:In file included from engine/bih.cppwarning: :'glEnableVertexAttribArray' 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 GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ): 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/glemu.h:69:54: GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, )note: expanded from macro 'GLE_ATTRIBPOINTER' ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156: glVertexAttribPointer_(index, size, type, normalized, stride, data); \36 : ^ note: expanded from macro 'glEnableVertexAttribArray_'shared/glexts.h :186#define glEnableVertexAttribArray_ glEnableVertexAttribArray: 32 ^: note: expanded from macro 'glVertexAttribPointer_'/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here#define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:extern 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/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5:In file included from engine/bih.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: GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, )72 ^ shared/glemu.h:: 70shared/glemu.h::84:5: 46warning: :'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: expanded from macro 'GLE_ATTRIBPOINTER' 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 disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h :157:37: note: expanded from macro 'glDisableVertexAttribArray_' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ #define glDisableVertexAttribArray_ glDisableVertexAttribArrayshared/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:2918:13: note: :'glDisableVertexAttribArray' has been explicitly marked deprecated here156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ 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:2917: ^13: 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: In file included from 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, )shared/cube.h : ^72 : shared/glemu.hshared/glemu.h::8473::513:: warning: note: 'glDisableVertexAttribArray' 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_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h ^: 70:46:shared/glexts.h :186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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_ATTRIBPOINTER' extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); In file included from ^ engine/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: In file included from engine/bih.cpp:1note: expanded from macro 'GLE_ATTRIBPOINTER' : 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/glemu.h ^: 84:shared/glexts.h5::156 :warning: 36'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 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray 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.hshared/glemu.h::291773::1313:: note: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated hereexpanded 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 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: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(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from static inline void disable##name() { glDisableVertexAttribArray_(index); } \engine/bih.cpp :1: In file included from engine/engine.h:5: ^In file included from shared/cube.h:shared/glexts.h72:: 157shared/glemu.h::3785:: note: expanded from macro 'glDisableVertexAttribArray_' 5: #define 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: 'glEnableVertexAttribArray' 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(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ 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 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:In file included from engine/bih.cpp :warning: 1'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 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(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^note: expanded from macro 'GLE_ATTRIBPOINTER' shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ #define glVertexAttribPointer_ glVertexAttribPointershared/glexts.h : ^157 :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_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from In file included from engine/blend.cppshared/cube.h:72: shared/glemu.h::185: :In file included from 5engine/engine.h:: 5warning: : 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]In file included from shared/cube.h:72: shared/glemu.h: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:73: GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ 13: shared/glemu.hnote: expanded from macro 'GLE_ATTRIBPOINTER' :69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \note: expanded from macro 'glVertexAttribPointer_' ^ shared/glexts.h:156:36: note: #define glVertexAttribPointer_ glVertexAttribPointerexpanded from macro 'glEnableVertexAttribArray_' ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: #define glEnableVertexAttribArray_ glEnableVertexAttribArray'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:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/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] 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: GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, )57 : ^ warning: '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:70:46 : note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: ^expanded from macro 'glDisableVertexAttribArray_' shared/glexts.h: 105:23: note: expanded from macro 'glBindBuffer_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray #define glBindBuffer_ glBindBuffer ^ ^ /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::28672918::1313: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here : note: 'glBindBuffer' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:In file included from 1engine/blend.cpp: :In file included from 1engine/engine.h: :In file included from 5engine/engine.h: :5: In file included from shared/cube.h:72: 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] shared/glemu.h static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer : ^ 85:5:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :warning: 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, ) ^ extern void glBindBuffer (GLenum target, GLuint buffer) 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 ^In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::722916: :shared/glemu.h13::89 :note: 'glVertexAttribPointer' has been explicitly marked deprecated here 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); } ^ 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 : ^105 :23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:87:57: warning: In file included from engine/bih.cpp:1: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]In file included from engine/engine.h:5: In file included from shared/cube.h: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 bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105 static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' :23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer#define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: ^2867 :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'glBindBuffer' has been explicitly marked deprecated here: 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 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:In file included from engine/bih.cpp:1: In file included from engine/engine.h: 92note: : expanded from macro 'glUniform1iv_'engine/texture.h:42: #define glUniform1iv_ glUniform1iv33 : ^ warning: 'glUniform1fv' 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:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14);'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_ glUniform2ivIn file included from engine/bih.cpp:1 : ^In file included from /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13engine/engine.h:: 92note: : 'glUniform2iv' has been explicitly marked deprecated hereengine/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] extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ In file included from engine/blend.cpp:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h1:: 2943In file included from :engine/engine.h13::92 : note: engine/texture.h'glUniform2fv' has been explicitly marked deprecated here: 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] extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' In file included from #define glUniform3iv_ glUniform3ivengine/bih.cpp : ^1 : In file included from /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hengine/engine.h::294892:: 13engine/texture.h:: 46note: :'glUniform3iv' has been explicitly marked deprecated here33 : 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;extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) 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:2944In file included from :engine/blend.cpp13::1 : note: In file included from 'glUniform3fv' has been explicitly marked deprecated hereengine/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] extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) 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 ^ 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/bih.cpp::29491:: 13In file included from engine/engine.h:92: engine/texture.h:: 48note: :'glUniform4iv' has been explicitly marked deprecated here33 : 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;extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ In file included from engine/blend.cpp/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::12945: :In file included from 13engine/engine.h:: 92note: : 'glUniform4fv' has been explicitly marked deprecated hereengine/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] extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *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_' In file included from engine/bih.cpp:1#define glUniformMatrix2fv_ glUniformMatrix2fv: 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:2950:13:: 92note: : 'glUniformMatrix2fv' has been explicitly marked deprecated hereengine/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;extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ 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:13In file included from :engine/blend.cpp :note: 1'glUniform1iv' has been explicitly marked deprecated here: 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] extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' In file included from engine/bih.cpp:1#define glUniformMatrix3fv_ glUniformMatrix3fv: 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.h2951::5013::33 :note: 'glUniformMatrix3fv' has been explicitly marked deprecated herewarning: '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: extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ expanded from macro 'glUniform2iv_' In file included from engine/blend.cpp:1: In file included from engine/engine.h#define glUniform2iv_ glUniform2iv: 92 ^: engine/texture.h:55/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947::1333:: note: warning: 'glUniform2iv' has been explicitly marked deprecated here'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; extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' In file included from engine/bih.cpp:1: In file included from engine/engine.h:#define glUniformMatrix4fv_ glUniformMatrix4fv92: 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] ^ /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: case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.hnote: :'glUniformMatrix4fv' has been explicitly marked deprecated here149 :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:extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h: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 In file included from engine/blend.cppengine/bih.cpp:1: In file included from engine/engine.h::1: In file included from engine/engine.h:92: engine/texture.h:397:33: 92warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] : engine/texture.h:387 case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ :shared/glexts.h33::146 :warning: 22: note: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]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: case GL_FLOAT: glUniform1f_(b->loc, x); break; note: ^'glUniform4i' has been explicitly marked deprecated here shared/glexts.h:135:22: note: extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 ^ In file included from engine/blend.cpp/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 here1 : In file included from engine/engine.h:92: engine/texture.h:404:extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); 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); } ^ In file included from shared/glexts.hengine/bih.cpp::1391:: 23In file included from : note: expanded from macro 'glUniform1fv_'engine/engine.h :92: engine/texture.h:#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.h391::294233::13 :warning: note: 'glUniform1fv' has been explicitly marked deprecated here '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; extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ 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 extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14);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] In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); }: 393 ^: 33:shared/glexts.h :warning: 141:'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]23 : note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hshared/glexts.h::2944138::1322:: note: note: 'glUniform3fv' has been explicitly marked deprecated hereexpanded 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:extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14);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:1In file included from : engine/bih.cppIn file included from :engine/engine.h1:: 92In file included from : engine/engine.hengine/texture.h::92406: :engine/texture.h84:: warning: 394'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 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; ^ void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23:shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ note: expanded from macro 'glUniform2fv_' /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: #define glUniform2fv_ glUniform2fv'glUniform1i' 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 glUniform1i (GLint location, GLint v0) 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/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/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: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/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396: void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); }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:shared/glexts.h:145:142:23:22 :note: expanded from macro 'glUniform4fv_'note: expanded from macro 'glUniform3i_' #define glUniform4fv_ glUniform4fv ^ #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 : ^2945 :13: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hnote: :'glUniform4fv' has been explicitly marked deprecated here2940 :13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14);extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/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] In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85 case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ :shared/glexts.h :warning: 146'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i 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:2941:13: note: 'glUniform4i' 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:2945:13: note: 'glUniform4fv' 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); ^ 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: In file included from engine/bih.cpp:1: In file included from engine/engine.hnote: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv:92: engine/texture.h:404: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:2950:13'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 ^ note: 'glUniformMatrix2fv' 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:2942extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14);: 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: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); } ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:shared/glexts.h83:: 152warning: :'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]29 : note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated hereshared/glexts.h:141 :23: note: expanded from macro 'glUniform3fv_' extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); #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: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); }In file included from engine/bih.cpp:1: In file included from engine/engine.h ^ shared/glexts.h:153:29:: note: expanded from macro 'glUniformMatrix4fv_'92 : engine/texture.h:406:84: warning: #define glUniformMatrix4fv_ glUniformMatrix4fv'glUniform2fv' 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:2952:13: note: void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:'glUniformMatrix4fv' has been explicitly marked deprecated here 23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, 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 ^: 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); } ^ In file included from shared/glexts.h:engine/blend.cpp142::123: In file included from engine/engine.h:92: engine/texture.h:440:83:: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv warning: 'glUniform1iv' 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: 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_' 2945#define glUniform1iv_ glUniform1iv : ^13 : note: 'glUniform4fv' 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:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1In file included from engine/blend.cpp:1: In file included from engine/engine.h:92: : In file included from engine/engine.h:engine/texture.h:441:84: 92warning: : 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]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 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 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_' extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ #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: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: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/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 matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h: void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } 152 ^: 29: shared/glexts.hnote: :expanded from macro 'glUniformMatrix3fv_'150 :23: note: expanded from macro 'glUniform4iv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ #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 ^: 2951:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h13::2949 :note: 13'glUniformMatrix3fv' has been explicitly marked deprecated here: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); 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); ^ 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/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: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); ^ 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); ^ engine/blob.cpp:80:In file included from 19engine/client.cpp::3: In file included from warning: engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 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(ebo) { glDeleteBuffers_(1, &ebo); ebo = 0; } ^ GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glexts.hshared/glemu.h:49::11058::26 :note: expanded from macro 'GLE_INITATTRIBF'note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hshared/glexts.h::2868171::1327:: note: note: 'glDeleteBuffers' has been explicitly marked deprecated hereexpanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) 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); ^ engine/blob.cppIn file included from :engine/client.cpp81::319: : 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:72: shared/glemu.h:55:5: if(vbo) { glDeleteBuffers_(1, &vbo); vbo = 0; } ^ warning: shared/glexts.h'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 110: GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:2650:50: note: expanded from macro 'GLE_INITATTRIBF' : note: expanded from macro 'glDeleteBuffers_' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \#define glDeleteBuffers_ glDeleteBuffers ^ ^ shared/glexts.h:164/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::282868:: 13note: :expanded from macro 'glVertexAttrib2fv_' note: 'glDeleteBuffers' has been explicitly marked deprecated here #define glVertexAttrib2fv_ glVertexAttrib2fv ^ extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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 engine/blob.cpp:496glVertexAttrib2f_ ^ :shared/glexts.h9:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here : warning: extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^'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); ^ 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:5engine/blob.cpp:: 498warning: :'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]22 : warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ 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); ^shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44: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: 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: In file included from note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/cube.hengine/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 here72 extern void glDisable (GLenum cap) 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); } ^ :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 engine/blob.cpp:561:extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);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 In file included from engine/client.cpp:3: In file included from engine/engine.h:5extern void glBindTexture (GLenum target, GLuint texture) 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 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); ^ 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] 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: glDrawRangeElements_(GL_TRIANGLES, b->startvert, b->endvert-1, b->endindex - b->startindex, GL_UNSIGNED_SHORT, &indexes[b->startindex]);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/glexts.h :71:30: note: expanded from macro 'glDrawRangeElements_' static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } #define glDrawRangeElements_ glDrawRangeElements ^ ^ shared/glexts.h:171:27/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:: 2468note: :expanded from macro 'glVertexAttrib4f_'13 : note: 'glDrawRangeElements' 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: 'glVertexAttrib4f' 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 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_ glVertexAttrib4fengine/blob.cpp : ^613 :18/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:: 2908warning: :'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]13 : note: 'glVertexAttrib4f' has been explicitly marked deprecated here if(!ebo) glGenBuffers_(1, &ebo); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ #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 In file included from engine/client.cppextern void glGenBuffers (GLsizei n, GLuint *buffers) 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: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] 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] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h if(!vbo) glGenBuffers_(1, &vbo);: 172 ^: 28:shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' note: expanded from macro 'glVertexAttrib4fv_' #define glGenBuffers_ glGenBuffers ^ #define glVertexAttrib4fv_ glVertexAttrib4fv/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/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:: 2909note: :'glGenBuffers' has been explicitly marked deprecated here13 : note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) 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); ^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 :shared/glexts.h:108: 23warning: : '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 'glBufferData_' #define glBufferData_ glBufferData ^ static inline void enableattrib(int index) { disable(); 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 ^: 2871:13: note: shared/glexts.h'glBufferData' has been explicitly marked deprecated here: 156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) 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); ^ 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] In file included from engine/client.cpp:3: In file included from glBufferData_(GL_ARRAY_BUFFER, maxverts*sizeof(blobvert), NULL, GL_STREAM_DRAW);engine/engine.h : ^5 : In file included from shared/glexts.hshared/cube.h::10872:: 23shared/glemu.h:: 77note: :expanded from macro 'glBufferData_'51 : warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]#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: static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); }'glBufferData' has been explicitly marked deprecated here ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14);#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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: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] 156:36: note: expanded from macro 'glEnableVertexAttribArray_' if(estart) glUnmapBuffer_(GL_ELEMENT_ARRAY_BUFFER);#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h : ^2917 :13:shared/glexts.h :note: 107'glEnableVertexAttribArray' has been explicitly marked deprecated here: 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:extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);2875 : ^18 : note: 'glUnmapBuffer' has been explicitly marked deprecated here extern GLboolean glUnmapBuffer (GLenum target) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/client.cpp:3: engine/blob.cppIn file included from :engine/engine.h637::28: warning: 'glUnmapBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]5 : In file included from shared/cube.h:72: shared/glemu.h:78:5 if(vstart) glUnmapBuffer_(GL_ARRAY_BUFFER);: 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:107: GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable())24 ^ :shared/glemu.h note: expanded from macro 'glUnmapBuffer_' :70:46:#define glUnmapBuffer_ glUnmapBuffer ^ 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:2875: 18: note: 'glUnmapBuffer' has been explicitly marked deprecated here static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37extern GLboolean glUnmapBuffer (GLenum target) OPENGL_DEPRECATED(10.0, 10.14);: ^note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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 engine/blob.cpp:664:13: warning: extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ '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_'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#define glBufferSubData_ glBufferSubData: ^warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2872:13: note: 'glBufferSubData' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ extern void glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) OPENGL_DEPRECATED(10.0, 10.14);shared/glemu.h:69 : ^54 : note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:engine/blob.cpp36:: note: expanded from macro 'glEnableVertexAttribArray_' 665#define glEnableVertexAttribArray_ glEnableVertexAttribArray: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_' /Applications/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 glBufferSubData_ glBufferSubData note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2872:13: note: 'glBufferSubData' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);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:107In file included from engine/client.cpp:3: In file included from engine/engine.h::5: 24In file included from shared/cube.h:72:: shared/glemu.hnote: :expanded from macro 'glUnmapBuffer_'79 :#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:28755::18: note: 'glUnmapBuffer' 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] extern GLboolean glUnmapBuffer (GLenum target) 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: 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] note: expanded from macro 'glDisableVertexAttribArray_' 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:#define glDisableVertexAttribArray_ glDisableVertexAttribArray2386 ^ :/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h13::2918 note: 'glBindTexture' has been explicitly marked deprecated here :13: note: extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14);'glDisableVertexAttribArray' has been explicitly marked deprecated here ^ extern void glDisableVertexAttribArray (GLuint index) 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_' In file included from engine/client.cpp#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: 3'glDrawRangeElements' 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:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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/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: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/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_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h: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/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: '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/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' 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/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: '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/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 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: '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/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: '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/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) 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: '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/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:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded 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/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: '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/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: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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: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/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: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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: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/command.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/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 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/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h: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/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: '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/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded 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/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (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] 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/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 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/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: '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/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) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, 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/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' GLE_INITATTRIB(name, index, f, float) \ ^ shared/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/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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: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/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (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: '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/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:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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] 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/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 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/command.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/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] 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/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); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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: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/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 extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h: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/command.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/command.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/command.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/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: '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/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: '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/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: '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/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/command.cpp:1206:45: warning: variable 'numargs' set but not used [-Wunused-but-set-variable] int comtype = CODE_COM, numargs = 0; ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded 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 engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: '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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h: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/console.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/console.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/console.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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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: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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44: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/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: '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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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: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/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: '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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h: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/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] GLE_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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h: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/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:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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: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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h: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/console.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/console.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/console.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/console.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/console.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/console.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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: '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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 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/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: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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 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/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: '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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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 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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: '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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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 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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: '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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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 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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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: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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h: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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: '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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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: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/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/command.cpp:4: In file included from engine/engine.h:92: engine/texture.h: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); ^ 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); ^ 109 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/decal.o engine/decal.cpp 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/dynlight.o engine/dynlight.cpp In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1In 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: note: expanded from here warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]glVertexAttrib1f_ ^ GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:shared/glexts.h47::1599::27 :note: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, 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_ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: shared/glexts.hnote: :'glVertexAttrib1f' has been explicitly marked deprecated here159 extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14);: 27 ^: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: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:72note: : expanded from macro 'GLE_INITATTRIBF'shared/glemu.h :55:5: warning: GLE_INITATTRIB(name, index, f, float) \'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:43: GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' 59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ GLE_INITATTRIB(name, index, f, float) \: ^ shared/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 :139:glVertexAttrib2f_1 :^ note: expanded from here shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' glVertexAttrib2f_ ^ shared/glexts.h#define glVertexAttrib2f_ glVertexAttrib2f: 163 ^:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888: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:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here note: extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ In file included from shared/glexts.hengine/dynlight.cpp::1671:: 27In file included from :engine/engine.h :note: expanded from macro 'glVertexAttrib3f_'5 : #define glVertexAttrib3f_ glVertexAttrib3fIn 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 :warning: 2894'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ In file included from shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' engine/decal.cpp#define glVertexAttrib3f_ glVertexAttrib3f: ^ 1: In file included from engine/engine.h:5: In file included from shared/cube.h:72/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: 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) note: ^'glVertexAttrib3f' has been explicitly marked deprecated here shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) 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); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here In file included from extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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: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 shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75engine/decal.cpp: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^: 1: In file included from engine/engine.h:5: In file included from shared/cube.h:72:: 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] 145:1: note: expanded from here GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48: 49: note: expanded from macro 'GLE_INITATTRIBF' glVertexAttrib4f_ ^ shared/glexts.h:171:27: static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \note: expanded from macro 'glVertexAttrib4f_' ^ shared/glexts.h:168:28#define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here : note: extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);expanded from macro 'glVertexAttrib3fv_' ^ #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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: '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.hIn file included from :engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from 2895shared/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' 13: note: 'glVertexAttrib3fv' 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 glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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 glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);: shared/glemu.h ^: 55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27In file included from :engine/decal.cpp :note: 1expanded from macro 'glVertexAttrib4f_': In file included from engine/engine.h:5#define glVertexAttrib4f_ glVertexAttrib4f: 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.h2908::5513::5 :note: 'glVertexAttrib4f' has been explicitly marked deprecated herewarning: '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:extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);50 : ^ note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ In file included from shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' engine/engine.h static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^: 5shared/glexts.h:172:28: note: : expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909In file included from shared/cube.h:72: shared/glemu.h:55:5: :13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ warning: '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_' In file included from engine/decal.cpp:1: In file included from engine/engine.h:#define glVertexAttrib2fv_ glVertexAttrib2fv5 : ^In file included from shared/cube.h:72: shared/glemu.h: 56: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'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) 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); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' In file included from #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13:engine/dynlight.cpp:1: In file included from note: engine/engine.h'glVertexAttrib1f' has been explicitly marked deprecated here: 5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14);'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: 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:note: expanded from macro 'glVertexAttrib4fv_' 56:5: #define glVertexAttrib4fv_ glVertexAttrib4fvwarning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ extern void glVertexAttrib4fv (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: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 In file included from engine/dynlight.cpp:glVertexAttrib2f_1 : ^ shared/glexts.h:163:27: In file included from engine/engine.h:note: expanded from macro 'glVertexAttrib2f_' 5#define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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 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'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); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' In file included from #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here engine/decal.cpp:1: In file included from engine/engine.h:5: 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: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56 static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \: 5 ^: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] :154:1: GLE_INITATTRIBF(color, ATTRIB_COLOR)note: expanded from here ^ shared/glemu.h:47glVertexAttrib3f_: 9^: note: shared/glexts.hexpanded from macro 'GLE_INITATTRIBF': 167:27: note: expanded from macro 'glVertexAttrib3f_' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:#define glVertexAttrib3f_ glVertexAttrib3f43 : ^59 : 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 'GLE_INITATTRIB': 2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);: 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 In file included from engine/decal.cpp:extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) 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:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' In file included from engine/dynlight.cpp GLE_INITATTRIB(name, index, f, float) \: 1 ^: In file included from engine/engine.hshared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' :5: In file included from shared/cube.h:72: shared/glemu.h:56:5: static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :warning: 157'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 1: note: expanded from here GLE_INITATTRIBF(color, ATTRIB_COLOR) ^glVertexAttrib4f_ ^shared/glemu.h :47shared/glexts.h::9171:: 27note: :expanded from macro 'GLE_INITATTRIBF' note: expanded from macro 'glVertexAttrib4f_' GLE_INITATTRIB(name, index, f, float) \ #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.h44::290867::13 :note: expanded from macro 'GLE_INITATTRIB'note: 'glVertexAttrib4f' 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 glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ :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:In file included from engine/decal.cpp:1: In file included from engine/engine.h:28945:: 13In file included from :shared/cube.h :note: 72'glVertexAttrib3f' has been explicitly marked deprecated here: 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) extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ 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/dynlight.cpp::28951:: 13In file included from :engine/engine.h :note: 5'glVertexAttrib3fv' has been explicitly marked deprecated here: 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] extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) 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:45:75: note: expanded from macro 'GLE_INITATTRIB' In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h: static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); }72 : ^shared/glemu.h :56:5: :warning: 157'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 1: note: expanded from here GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ glVertexAttrib4f_ shared/glemu.h^: 49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' shared/glexts.h:171#define glVertexAttrib4f_ glVertexAttrib4f: 27 ^: 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 'glVertexAttrib4f_': 2908:13: note: 'glVertexAttrib4f' 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: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^In file included from engine/decal.cpp:shared/glemu.h1:: 48In file included from :engine/engine.h49::5 : note: In file included from expanded from macro 'GLE_INITATTRIBF'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] static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h GLE_INITATTRIBF(color, ATTRIB_COLOR): 168 ^: 28:shared/glemu.h :note: 51expanded from macro 'glVertexAttrib3fv_': 50: note: expanded from macro 'GLE_INITATTRIBF' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } note: ^'glVertexAttrib3fv' has been explicitly marked deprecated here shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) 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/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] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' In file included from engine/decal.cpp:1: 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.hshared/glexts.h::72171: :shared/glemu.h27::57 :note: 5expanded from macro 'glVertexAttrib4f_': warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908: GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255)13 : ^ note: 'glVertexAttrib4f' has been explicitly marked deprecated hereshared/glemu.h :53:86: note: expanded from macro 'GLE_INITATTRIBN' extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y, type z, type w = 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_'In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h: #define glVertexAttrib4Nub_ glVertexAttrib4Nub 72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: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/glexts.h:164:28: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:note: 58:expanded from macro 'glVertexAttrib2fv_'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#define glVertexAttrib2fv_ glVertexAttrib2fv: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); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:'glVertexAttrib2fv' has been explicitly marked deprecated here30: 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); ^ extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: '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/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: '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/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47 GLE_INITATTRIBF(color, ATTRIB_COLOR):9 : ^ note: expanded from macro 'GLE_INITATTRIBF' shared/glemu.h:51:50: note: GLE_INITATTRIB(name, index, f, float) \expanded from macro 'GLE_INITATTRIBF' ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ #define glVertexAttrib4fv_ glVertexAttrib4fv : ^166 :1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13:#define glVertexAttrib2f_ glVertexAttrib2f note: ^'glVertexAttrib4fv' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.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/dynlight.cpp::601:: 5In file included from :engine/engine.h :warning: 5'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 shared/cube.h:72: shared/glemu.h:57 GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0): 5 ^: warning: shared/glemu.h'glVertexAttrib4Nub' 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_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ GLE_INITATTRIB(name, index, f, float) \shared/glemu.h : ^53 :shared/glemu.h:44: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 86glVertexAttrib3f_ ^ :shared/glexts.h: 167note: expanded from macro 'GLE_INITATTRIBN': 27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) 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: 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] note: expanded from here GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ 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 :47:extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ 9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded 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_ ^ In file included from shared/glexts.hengine/dynlight.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:58#define glVertexAttrib4f_ glVertexAttrib4f: 66 ^: warning: 'glVertexAttrib4Nub' 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 static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);: 29 ^: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h: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] 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: GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)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]: 48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ shared/glexts.h ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here :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); ^ 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 In file included from engine/engine.hengine/decal.cpp::51: : In file included from In file included from shared/cube.hengine/engine.h::725: : shared/glemu.hIn file included from :shared/cube.h60::725: :shared/glemu.h :warning: 60'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 5: warning: '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) ^ GLE_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: shared/glemu.hnote: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' :49#define glVertexAttrib1f_ glVertexAttrib1f: ^58 /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here : note: expanded from macro 'GLE_INITATTRIBF' extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: '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' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171 GLE_INITATTRIB(name, index, f, float) \: ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' 27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: '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 #define glVertexAttrib2fv_ glVertexAttrib2fvengine/engine.h : ^5 : In file included from shared/cube.h:72: shared/glemu.h:60:5: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hwarning: :'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]2889 :13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) 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); } \ ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h::16972:: 1shared/glemu.h:: 60note: :expanded from here5 : warning: '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 GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0): 27 ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' : static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172note: :28expanded from macro 'glVertexAttrib3f_' : note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:#define glVertexAttrib3f_ glVertexAttrib3f13: 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:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: '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 ^ 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:engine/dynlight.cpp2882::113: :In file included from engine/engine.hnote: :'glVertexAttrib1f' has been explicitly marked deprecated here5 : In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61 static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); }: 5 ^: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] :172:1: note: GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1)expanded from here ^ shared/glemu.hglVertexAttrib4f_: 47^: 9:shared/glexts.h :note: 171expanded from macro 'GLE_INITATTRIBF': 27: note: expanded from macro 'glVertexAttrib4f_' GLE_INITATTRIB(name, index, f, float) \ ^ #define glVertexAttrib4f_ glVertexAttrib4fshared/glemu.h : ^43 :59: 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, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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 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: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] In file included from engine/decal.cpp:1: In file included from GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)engine/engine.h : ^5 : In file included from shared/cube.h:shared/glemu.h72:: 48shared/glemu.h::4961:: 5note: :expanded from macro 'GLE_INITATTRIBF' warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' ^ shared/glemu.h:47:#define glVertexAttrib3fv_ glVertexAttrib3fv9 : ^ 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 GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44: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.hextern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);:167:27: note: expanded from macro 'glVertexAttrib3f_' ^ #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:49:58:In file included from engine/decal.cppnote: :expanded from macro 'GLE_INITATTRIBF'1 : In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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(texcoord1, ATTRIB_TEXCOORD1) ^ 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:45:75: note: expanded 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 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:60:5:glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) warning: '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.hshared/glemu.h::48:5049: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \: ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:502895: note: expanded from macro 'GLE_INITATTRIBF' :13: static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ note: ^'glVertexAttrib3fv' has been explicitly marked deprecated here shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);#define glVertexAttrib2fv_ glVertexAttrib2fv ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72In file included from : engine/dynlight.cppshared/glemu.h::161: :In file included from 5engine/engine.h:: 5warning: : '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:60:5 GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1): ^warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51: static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \50 : ^ note: expanded from macro 'GLE_INITATTRIBF' shared/glexts.h:171 static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }: 27 ^: note: shared/glexts.hexpanded from macro 'glVertexAttrib4f_': 172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4f_ glVertexAttrib4f ^#define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);2908 : ^13 : note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1)engine/decal.cpp : ^1 : In file included from engine/engine.hshared/glemu.h::547: :In file included from 9shared/cube.h:: 72note: : expanded from macro 'GLE_INITATTRIBF'shared/glemu.h :61:5: 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:42:51: GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1)note: expanded from macro 'GLE_INITATTRIB' ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175: static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \1 : ^ note: expanded from hereshared/glexts.h :164:28glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' : #define glVertexAttrib1f_ glVertexAttrib1fnote: 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:2882:13: #define glVertexAttrib2fv_ glVertexAttrib2fvnote: 'glVertexAttrib1f' has been explicitly marked deprecated here ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: In file included from 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]engine/decal.cpp :1: In file included from engine/engine.h:5: In file included from GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1)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: shared/glemu.hexpanded from macro 'GLE_INITATTRIBF': 47:9: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ GLE_INITATTRIB(name, index, f, float) \ shared/glexts.h ^: 172:shared/glemu.h28::43 :note: 59expanded from macro 'glVertexAttrib4fv_': note: expanded from macro 'GLE_INITATTRIB' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here note: 'glVertexAttrib4fv' has been explicitly marked deprecated here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h: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/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded 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 hereIn 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:60glVertexAttrib4f_: ^warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ ^ 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:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ :171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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: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 engine/decal.cpp static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \: 1 ^: In file included from engine/engine.h:shared/glexts.h5:: 168In file included from :shared/cube.h28::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] note: 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_' expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908#define glVertexAttrib3fv_ glVertexAttrib3fv: 13 ^: note: 'glVertexAttrib4f' has been explicitly marked deprecated here/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/decal.cpp GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1): 1 ^: In file included from engine/engine.hshared/glemu.h::549: :In file included from 58shared/cube.h:: 72note: : expanded from macro 'GLE_INITATTRIBF'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 name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } note: ^expanded from macro 'glVertexAttrib4f_' shared/glexts.h:171:27#define glVertexAttrib4f_ glVertexAttrib4f: ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here note: extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ expanded from macro 'glVertexAttrib4f_' In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:#define glVertexAttrib4f_ glVertexAttrib4f72: 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_' /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 ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here :2908:13:extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ note: 'glVertexAttrib4f' has been explicitly marked deprecated here In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h: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' extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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/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] 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/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47In file included from : warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] engine/decal.cpp 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 ^1 : /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 :2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here engine/engine.h:5: In file included from shared/cube.hextern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ :72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } 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/glexts.h:171extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ :27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:In file included from engine/dynlight.cpp2908:1:: In file included from 13engine/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: 'glVertexAttrib4f' has been explicitly marked deprecated 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_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);In file included from engine/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: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h: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 ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h5:: 2909In file included from :shared/cube.h13::72 : note: shared/glemu.h'glVertexAttrib4fv' has been explicitly marked deprecated here: 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] extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ 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: In file included from engine/decal.cpp:1: In file included from note: engine/engine.h:5'glEnableVertexAttribArray' has been explicitly marked deprecated here: 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_' extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from In file included from engine/dynlight.cppengine/decal.cpp:1: In file included from engine/engine.h::15: : In file included from In file included from engine/engine.hshared/cube.h::572: : In file included from shared/glemu.hshared/cube.h::7872:: 5shared/glemu.h:: 77warning: :'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]51 : warning: '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:69 static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); }: 54 ^: note: shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: expanded from macro 'GLE_ATTRIBPOINTER''glDisableVertexAttribArray' has been explicitly marked deprecated here static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:In file included from 72engine/decal.cpp: :shared/glemu.h1:: In file included from 78engine/engine.h::55:: In file included from warning: shared/cube.h'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 72: shared/glemu.h: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:69: GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable())54 : ^ note: expanded from macro 'GLE_ATTRIBPOINTER'shared/glemu.h :73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ glVertexAttribPointer_(index, size, type, normalized, stride, data); \shared/glexts.h : ^156 :36shared/glexts.h:: 186note: :expanded from macro 'glEnableVertexAttribArray_'32 : note: expanded from macro 'glVertexAttribPointer_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ #define glVertexAttribPointer_ glVertexAttribPointer /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^: 2917:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h13::2916 :note: 13'glEnableVertexAttribArray' has been explicitly marked deprecated here: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h: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] In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h 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_' :72: shared/glemu.h:79#define glDisableVertexAttribArray_ glDisableVertexAttribArray: 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'glEnableVertexAttribArray' 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(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ :54: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glexts.h:156:shared/glemu.h36:73::13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:note: 186:32: note: expanded from macro 'glVertexAttribPointer_' expanded from macro 'glEnableVertexAttribArray_'#define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.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' extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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:In file included from 157:engine/decal.cpp37::1 : note: In file included from expanded from macro 'glDisableVertexAttribArray_'engine/engine.h :5: In file included from shared/cube.h:72: shared/glemu.h:79#define glDisableVertexAttribArray_ glDisableVertexAttribArray: 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(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);46 : ^ note: expanded 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/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:2918:13: note: :'glDisableVertexAttribArray' has been explicitly marked deprecated here1 : In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);: 5 ^: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(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/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^expanded from macro 'glVertexAttribPointer_' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from engine/decal.cpp:1: In file included from engine/engine.h: 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] shared/glexts.h GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^: 156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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); ^ 69In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80::5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ 54:shared/glemu.h :note: 70expanded from macro 'GLE_ATTRIBPOINTER': 46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here 156:36: note: expanded from macro 'glEnableVertexAttribArray_' extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h 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); \ ^ 72shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' : shared/glemu.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 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 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:70:46: note: expanded 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 /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hengine/dynlight.cpp::29181: In file included from engine/engine.h:5: In file included from :shared/cube.h13::72 : note: shared/glemu.h'glDisableVertexAttribArray' has been explicitly marked deprecated here: 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] extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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:In file included from 13engine/decal.cpp:: 1note: : 'glEnableVertexAttribArray' has been explicitly marked deprecated hereIn file included from engine/engine.h:5: In file included from shared/cube.h:72: extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 engine/dynlight.cpp:1: GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' engine/engine.h#define glVertexAttribPointer_ glVertexAttribPointer: ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here 5: In file included from shared/cube.h:72: shared/glemu.h:81extern 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] In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ 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/glemu.h ^: 69:shared/glexts.h54::157 :note: 37expanded from macro 'GLE_ATTRIBPOINTER': note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: 2918 ^: 13: shared/glexts.hnote: :'glDisableVertexAttribArray' has been explicitly marked deprecated here156 :36: note: expanded from macro 'glEnableVertexAttribArray_' extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5In file included from engine/dynlight.cpp:1: In file included from engine/engine.h: :In file included from 5shared/cube.h: :In file included from 72shared/cube.h: :shared/glemu.h72:: 81shared/glemu.h::581:: 5warning: :'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73: ^13: note: expanded from macro 'GLE_ATTRIBPOINTER' shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/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:32: note: expanded from macro 'glVertexAttribPointer_' In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttribPointer_ glVertexAttribPointer 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); \ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked 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/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 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 glVertexAttribPointer_ glVertexAttribPointer ^ GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ : ^ 2916shared/glexts.h::156:36: note: expanded from macro 'glEnableVertexAttribArray_' 13:#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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, )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_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/decal.cpp:1: In file included from extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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' In file included from engine/dynlight.cpp:1: In file included from engine/engine.h: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \5 : ^In file included from shared/cube.h:shared/glexts.h72:: 156shared/glemu.h::3682:: 5note: :expanded from macro 'glEnableVertexAttribArray_' warning: #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here 'glVertexAttribPointer' 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(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:186In file included from :engine/decal.cpp32::1 : note: In file included from expanded from macro 'glVertexAttribPointer_'engine/engine.h :5: In file included from shared/cube.h:72: shared/glemu.h#define glVertexAttribPointer_ glVertexAttribPointer: 82 ^: 5:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :warning: 2916'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here In file included from engine/dynlight.cpp:1: In file included from 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: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:In file included from 156engine/decal.cpp::361:: In file included from note: engine/engine.hexpanded from macro 'glEnableVertexAttribArray_': 5: In file included from shared/cube.h:72: shared/glemu.h:#define glEnableVertexAttribArray_ glEnableVertexAttribArray82 : ^5 : /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hwarning: :'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]2917 :13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13:extern void glEnableVertexAttribArray (GLuint index) 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/dynlight.cpp:1: In file included from engine/engine.h:5#define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916: :In file included from 13shared/cube.h:: 72note: : 'glVertexAttribPointer' has been explicitly marked deprecated hereshared/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 #define glDisableVertexAttribArray_ glDisableVertexAttribArrayengine/decal.cpp : ^1 : In file included from /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hengine/engine.h::29185:: 13In file included from :shared/cube.h :note: 72'glDisableVertexAttribArray' has been explicitly marked deprecated here: 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] extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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:36In 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: '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); ^ : note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h5:: 2917In file included from :shared/cube.h13::72 : note: shared/glemu.h'glEnableVertexAttribArray' has been explicitly marked deprecated here: 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] extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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); } \ ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' 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] #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13 GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46:: note: note: expanded from macro 'GLE_ATTRIBPOINTER''glEnableVertexAttribArray' has been explicitly marked deprecated here static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^extern void glEnableVertexAttribArray (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 In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:extern void glDisableVertexAttribArray (GLuint index) 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: In file included from note: engine/decal.cppexpanded from macro 'glDisableVertexAttribArray_': 1: In file included from engine/engine.h:5: In file included from shared/cube.h:72#define glDisableVertexAttribArray_ glDisableVertexAttribArray: 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] /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: extern void glDisableVertexAttribArray (GLuint index) 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_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32:In file included from engine/decal.cpp:1 : note: In file included from expanded from macro 'glVertexAttribPointer_'engine/engine.h :5: In file included from shared/cube.h:72: shared/glemu.h:#define glVertexAttribPointer_ glVertexAttribPointer84 : ^5 : /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here 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 glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ 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_' In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:#define glEnableVertexAttribArray_ glEnableVertexAttribArray5 : ^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.h2917::8513::5 :note: 'glEnableVertexAttribArray' has been explicitly marked deprecated herewarning: '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(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: In file included from note: engine/decal.cppexpanded from macro 'glEnableVertexAttribArray_': 1: #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917In file included from :engine/engine.h13::5 : note: In file included from 'glEnableVertexAttribArray' has been explicitly marked deprecated hereshared/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] extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 engine/engine.h:5: In file included from static inline void disable##name() { glDisableVertexAttribArray_(index); } \shared/cube.h : ^72 : shared/glemu.hshared/glexts.h::85157::537:: warning: note: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2918shared/glemu.h::1370:: 46note: :'glDisableVertexAttribArray' has been explicitly marked deprecated here note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here In file included from engine/decal.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: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' In file included from engine/dynlight.cpp:1: In file included from engine/engine.h: glVertexAttribPointer_(index, size, type, normalized, stride, data); \5 : ^In file included from shared/cube.h:shared/glexts.h72:: 186shared/glemu.h::3285:: 5note: :expanded from macro 'glVertexAttribPointer_' 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(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ): 13 ^: note: shared/glemu.h'glVertexAttribPointer' has been explicitly marked deprecated here: 73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ 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 : ^186 :32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/decal.cpp:1: In file included from engine/engine.h:5: extern void 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' In file included from engine/dynlight.cpp:1: In file included from engine/engine.h: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \5 : ^In file included from shared/cube.h:shared/glexts.h72:: 156shared/glemu.h::3687:: 57note: :expanded from macro 'glEnableVertexAttribArray_' warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /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 bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); }13 : ^ note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);#define glBindBuffer_ glBindBuffer ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14);In file included from engine/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] In file included from engine/dynlight.cpp:1: GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, )In file included from engine/engine.h ^: 5shared/glemu.h:70:46: note: : expanded from macro 'GLE_ATTRIBPOINTER'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 disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23:#define glDisableVertexAttribArray_ glDisableVertexAttribArray 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:13#define glBindBuffer_ glBindBuffer: ^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 glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1In file included from : engine/dynlight.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::7285: :shared/glemu.h5::89 :warning: 57'glVertexAttribPointer' 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 bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); }shared/glemu.h : ^73 :13shared/glexts.h:: 105note: :expanded from macro 'GLE_ATTRIBPOINTER'23 : note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ 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 :2867shared/glexts.h::13186:: 32note: :'glBindBuffer' has been explicitly marked deprecated here note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) 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 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 In file included from engine/decal.cpp:1: In file included from engine/engine.hextern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14);: 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/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h: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; ^ 44shared/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:33: warning: :'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]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: case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; 92 ^: engine/texture.h:44:shared/glexts.h33::140 :warning: 23'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; /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: shared/glexts.hnote: :'glUniform2fv' has been explicitly marked deprecated here140 :23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ extern void glUniform2fv (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: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] In file included from engine/dynlight.cpp:1: case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break;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_' shared/glexts.h#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 141:23: extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); note: ^ expanded from macro 'glUniform3fv_' In file included from #define glUniform3fv_ glUniform3fvengine/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/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 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ :/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here2944 :13:extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ note: 'glUniform3fv' 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: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:extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14);147: 23 ^: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from In file included from engine/dynlight.cppengine/engine.h::192: : In file included from engine/texture.hengine/engine.h::4892:: 33engine/texture.h:: 50warning: :'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]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: case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break;'glUniform2iv' has been explicitly marked deprecated here ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' 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:51extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ :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 engine/decal.cpp#define glUniform3iv_ glUniform3iv: 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::922948: :engine/texture.h13::49 :note: 33'glUniform3iv' has been explicitly marked deprecated here: warning: 'glUniform1iv' 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); case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ 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/dynlight.cpp::29461:: 13In 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; : ^ note: shared/glexts.h'glUniform1iv' has been explicitly marked deprecated here: 150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^: 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: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 engine/dynlight.cpp:1: In file included from engine/engine.h: case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:9223: :engine/texture.h :note: 53expanded from macro 'glUniform2iv_': 33: warning: 'glUniformMatrix2fv' 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: note: 'glUniform2iv' has been explicitly marked deprecated here case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ #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/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.hextern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ :51:33In file included from engine/dynlight.cpp::1 : In file included from engine/engine.h:92: engine/texture.h:54:33: warning: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 'glUniform3iv' 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 case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glexts.h :149:23: note: expanded from macro 'glUniform3iv_' In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55#define glUniform3iv_ glUniform3iv: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); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.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/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] 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: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/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' In file included from engine/decal.cpp:1: In file included from engine/engine.h#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:: 92note: : 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:'glUniform2fv' has been explicitly marked deprecated here135 :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.hextern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14);: 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: In file included from engine/dynlight.cpp'glUniform2f' 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:92: engine/texture.h:407 case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break;: 84 ^: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glexts.h:136:22: note: void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); }expanded from macro 'glUniform2f_' ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here #define glUniform2f_ glUniform2fextern 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/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:extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14);23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2945:13: note: 'glUniform4fv' has been 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/decal.cpp:1: In file included from engine/engine.h:In file included from 92engine/dynlight.cpp:: engine/texture.h:1: In file included from engine/engine.h:92: 391:engine/texture.h33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] :410 case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break;: ^87: 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 :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 void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_'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#define glUniformMatrix3fv_ glUniformMatrix3fv: 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:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h: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:In file included from 146engine/dynlight.cpp::221:: In file included from note: engine/engine.hexpanded from macro 'glUniform4i_': 92: engine/texture.h:411#define glUniform4i_ glUniform4i: 87 ^: warning: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 2941:13: note: 'glUniform4i' has been explicitly marked deprecated here void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 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:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' In file included from engine/dynlight.cpp:1: #define glUniform3fv_ glUniform3fvIn 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::2944440::1383:: note: warning: 'glUniform3fv' has been explicitly marked deprecated here'glUniform1iv' 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 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:In file included from 92engine/decal.cpp: :engine/texture.h1:: 442In file included from :engine/engine.h85::92 : warning: engine/texture.h'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 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 ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23 void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); }: ^note: expanded from macro 'glUniform2iv_' shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2iv_ glUniform2iv ^#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 /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 glUniform2fv (GLint location, GLsizei count, const GLfloat *value) 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/decal.cpp:1In file included from : engine/dynlight.cppIn file included from :engine/engine.h1:: 92In file included from : engine/engine.hengine/texture.h::92407: :engine/texture.h84::443 :warning: 85'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 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 vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ 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:shared/glexts.h 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:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/decal.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:87:19: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vbo) { glDeleteBuffers_(1, &vbo); vbo = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:222:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:223:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:238:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:239:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:250:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_DST_COLOR, GL_SRC_COLOR); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:255:35: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(flags&DF_INVMOD) { glBlendFunc(GL_ZERO, GL_ONE_MINUS_SRC_COLOR); zerofogcolor(); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:256:37: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(flags&DF_ADD) { glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_COLOR); zerofogcolor(); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:257:18: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:263:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:265:20: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!vbo) { glGenBuffers_(1, &vbo); dirty = true; } ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:271:13: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, maxverts*sizeof(decalvert), NULL, GL_STREAM_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:272:13: warning: 'glBufferSubData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferSubData_(GL_ARRAY_BUFFER, 0, count*sizeof(decalvert), &verts[startvert]); ^ shared/glexts.h:109:26: note: expanded from macro 'glBufferSubData_' #define glBufferSubData_ glBufferSubData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2872:13: note: 'glBufferSubData' has been explicitly marked deprecated here extern void glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:275:17: warning: 'glBufferSubData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferSubData_(GL_ARRAY_BUFFER, count*sizeof(decalvert), endvert*sizeof(decalvert), verts); ^ shared/glexts.h:109:26: note: expanded from macro 'glBufferSubData_' #define glBufferSubData_ glBufferSubData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2872:13: note: 'glBufferSubData' has been explicitly marked deprecated here extern void glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/decal.cpp:287:9: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawArrays(GL_TRIANGLES, 0, count); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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); ^ 137 warnings generated. 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 hereclang++ -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 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 ^ /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: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/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_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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: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); ^ 124 warnings generated. In file included from 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 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); ^ engine/material.cpp:722:43: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(blended) { glDisable(GL_BLEND); blended = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:723:42: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!depth) { glDepthMask(GL_TRUE); depth = true; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:728:29: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_COLOR); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:731:44: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!blended) { glEnable(GL_BLEND); blended = true; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:732:41: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(depth) { glDepthMask(GL_FALSE); depth = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:742:47: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(blended) { glDisable(GL_BLEND); blended = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:743:46: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!depth) { glDepthMask(GL_TRUE); depth = true; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:748:33: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:751:52: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!blended) { glEnable(GL_BLEND); blended = true; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:752:49: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(depth) { glDepthMask(GL_FALSE); depth = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:756:51: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(blended) { glDisable(GL_BLEND); blended = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:757:50: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!depth) { glDepthMask(GL_TRUE); depth = true; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:767:33: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE1); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:768:33: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, mslot->sts.inrange(4) ? mslot->sts[4].t->id : notexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:769:33: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE2); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:770:33: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, mslot->sts.inrange(5) ? mslot->sts[5].t->id : notexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:773:37: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE3); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:774:37: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_CUBE_MAP, lookupenvmap(*mslot)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:778:37: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE4); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:782:33: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE0); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:799:25: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, mslot->sts[subslot].t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:813:38: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!depth) { glDepthMask(GL_TRUE); depth = true; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:814:39: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(blended) { glDisable(GL_BLEND); blended = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:832:25: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_CUBE_MAP, lookupenvmap(m.envmap)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:837:40: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!blended) { glEnable(GL_BLEND); blended = true; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:838:37: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(depth) { glDepthMask(GL_FALSE); depth = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:842:29: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:848:29: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:887:16: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!depth) glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:888:17: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(blended) glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/material.cpp:897:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ 128 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/movie.o engine/movie.cpp 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); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ 146 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/normal.o engine/normal.cpp 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 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: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^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 :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/physics.cpp:6: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here In file included from engine/pvs.cpp:1: In file included from engine/engine.h:extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ 92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/rendergl.cpp case GL_FLOAT: glUniform1f_(b->loc, x); break;: 3 ^: In file included from engine/engine.h:5: In file included from shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ shared/cube.hengine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here :72: shared/glemu.h 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); ^ 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 engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' : GLE_INITATTRIB(name, index, f, float) \ ^ 423shared/glemu.h:42::51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ 33:: 163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' warning: #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here 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] 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) ^ case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break;shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/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 shared/glexts.hglVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' :138:22#define glVertexAttrib2f_ glVertexAttrib2f: ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here note: expanded from macro 'glUniform4f_' extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ #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 hereIn 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' extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:1In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ :/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ 2938/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13:: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 13: note: 'glUniform1i' has been explicitly marked deprecated hereextern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here In file included from extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14);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] In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431: GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^shared/glemu.h :48shared/glexts.h::49146:: 22note: :expanded from macro 'GLE_INITATTRIBF' 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: static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \2941 : ^13 : note: shared/glexts.h'glUniform4i' has been explicitly marked deprecated here: 168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint 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 :2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:196:9: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_NUM_EXTENSIONS, &numexts); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:13: note: 'glGetIntegerv' has been explicitly marked deprecated here extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:205:42: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] const char *exts = (const char *)glGetString(GL_EXTENSIONS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:228:40: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] setsvar("gfxvendor", (const char *)glGetString(GL_VENDOR)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:229:42: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] setsvar("gfxrenderer", (const char *)glGetString(GL_RENDERER)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:230:41: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] setsvar("gfxversion", (const char *)glGetString(GL_VERSION)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:379:41: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] const char *glslstr = (const char *)glGetString(GL_SHADING_LANGUAGE_VERSION); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:388:5: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_MAX_TEXTURE_SIZE, &val); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:13: note: 'glGetIntegerv' has been explicitly marked deprecated here extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:390:5: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_MAX_CUBE_MAP_TEXTURE_SIZE, &val); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:13: note: 'glGetIntegerv' has been explicitly marked deprecated here extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:569:9: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT, &val); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:13: note: 'glGetIntegerv' has been explicitly marked deprecated here extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:596:5: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:601:5: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(0, 0, 0, 0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:602:5: warning: 'glClearDepth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearDepth(1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2397:13: note: 'glClearDepth' has been explicitly marked deprecated here extern void glClearDepth (GLclampd depth) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:603:5: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthFunc(GL_LESS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:604:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:606:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_LINE_SMOOTH); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:609:5: warning: 'glFrontFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glFrontFace(GL_CW); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2495:13: note: 'glFrontFace' has been explicitly marked deprecated here extern void glFrontFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:610:5: warning: 'glCullFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCullFace(GL_BACK); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2456:13: note: 'glCullFace' has been explicitly marked deprecated here extern void glCullFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:611:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:802:9: warning: 'glPolygonOffset' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPolygonOffset(polygonoffsetfactor, polygonoffsetunits); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2616:13: note: 'glPolygonOffset' has been explicitly marked deprecated here extern void glPolygonOffset (GLfloat factor, GLfloat units) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:803:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(type); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:818:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(type); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:878:5: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_VIEWPORT, viewport); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:13: note: 'glGetIntegerv' has been explicitly marked deprecated here extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:885:8: warning: 'glIsEnabled' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(glIsEnabled(GL_SCISSOR_TEST)) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2557:18: note: 'glIsEnabled' has been explicitly marked deprecated here extern GLboolean glIsEnabled (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:887:9: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_SCISSOR_BOX, oldscissor); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:13: note: 'glGetIntegerv' has been explicitly marked deprecated here extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:899:5: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glScissor(sx, sy, sw, sh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:900:23: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissoring<=1) glEnable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:907:22: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissoring>1) glScissor(oldscissor[0], oldscissor[1], oldscissor[2], oldscissor[3]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:908:25: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(scissoring) glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:918:9: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenBuffers_(1, &screenquadvbo); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:921:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, sizeof(verts), verts, GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:928:25: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(screenquadvbo) { glDeleteBuffers_(1, &screenquadvbo); screenquadvbo = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:937:5: warning: 'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawArrays(GL_TRIANGLE_STRIP, 0, 4); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2464:13: note: 'glDrawArrays' has been explicitly marked deprecated here extern void glDrawArrays (GLenum mode, GLint first, GLsizei count) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1128:5: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(curfogcolor.r, curfogcolor.g, curfogcolor.b, 1.0f); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1167:21: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(motiontex) { glDeleteTextures(1, &motiontex); motiontex = 0; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1182:24: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!motiontex) glGenTextures(1, &motiontex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1196:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, motiontex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1198:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1199:5: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1206:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1212:9: warning: 'glCopyTexSubImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2454:13: note: 'glCopyTexSubImage2D' has been explicitly marked deprecated here extern void glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1254:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1255:5: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ZERO, GL_SRC_COLOR); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1263:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1303:5: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(0, 0, 0, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1305:5: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear((skyboxglare && (skyglare || skybgglare) ? 0 : GL_COLOR_BUFFER_BIT) | GL_DEPTH_BUFFER_BIT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1367:9: warning: 'glFrontFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glFrontFace(GL_CCW); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2495:13: note: 'glFrontFace' has been explicitly marked deprecated here extern void glFrontFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1397:20: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1409:20: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1411:21: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(fading) glColorMask(COLORMASK, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1425:16: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1433:9: warning: 'glFrontFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glFrontFace(GL_CW); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2495:13: note: 'glFrontFace' has been explicitly marked deprecated here extern void glFrontFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1495:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1496:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1502:5: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_DEPTH_BUFFER_BIT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1526:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1527:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1550:9: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(x, y, w, h); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1551:9: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glScissor(x, y, w, h); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1552:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1576:9: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(0, 0, 0, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1578:9: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear((background ? GL_COLOR_BUFFER_BIT : 0) | GL_DEPTH_BUFFER_BIT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1583:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1584:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1589:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1590:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1594:9: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(curfogcolor.r, curfogcolor.g, curfogcolor.b, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1604:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1605:9: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1621:22: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(minimaptex) { glDeleteTextures(1, &minimaptex); minimaptex = 0; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1635:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, minimaptex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1660:21: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!minimaptex) glGenTextures(1, &minimaptex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1706:5: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1708:5: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, size, size); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1710:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1711:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1713:5: warning: 'glFrontFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glFrontFace(GL_CCW); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2495:13: note: 'glFrontFace' has been explicitly marked deprecated here extern void glFrontFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1725:13: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_DEPTH_BUFFER_BIT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1736:5: warning: 'glFrontFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glFrontFace(GL_CW); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2495:13: note: 'glFrontFace' has been explicitly marked deprecated here extern void glFrontFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1738:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1739:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1741:5: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1746:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, minimaptex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1747:5: warning: 'glCopyTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGB5, 0, 0, size, size, 0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2452:13: note: 'glCopyTexImage2D' has been explicitly marked deprecated here extern void glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1749:5: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1750:5: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1752:5: warning: 'glTexParameterfv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, border); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2722:13: note: 'glTexParameterfv' has been explicitly marked deprecated here extern void glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1753:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, 0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1870:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1877:9: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1888:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1889:9: warning: 'glCopyTexSubImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2454:13: note: 'glCopyTexSubImage2D' has been explicitly marked deprecated here extern void glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1895:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1993:13: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2006:5: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(0.f, 0.f, 0.f, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2007:39: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(clearview(viewtype, targtype)) glClear(GL_COLOR_BUFFER_BIT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2020:13: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2043:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2062:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2063:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2064:45: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(viewtype == VW_STEREO_BLEND) glColorMask(GL_TRUE, GL_FALSE, GL_TRUE, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2066:45: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(viewtype == VW_STEREO_BLEND) glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2067:13: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2072:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2073:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_CONSTANT_COLOR); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2074:13: warning: 'glBlendColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendColor_(0.f, 0.5f, 1.f, 1.f); ^ shared/glexts.h:57:23: note: expanded from macro 'glBlendColor_' #define glBlendColor_ glBlendColor ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2388:13: note: 'glBlendColor' has been explicitly marked deprecated here extern void glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2077:13: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2101:13: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2105:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2106:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2112:5: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(0, 0, 0, 0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2113:5: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_DEPTH_BUFFER_BIT | (wireframe && editmode && clearview(viewtype, targtype) ? GL_COLOR_BUFFER_BIT : 0)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2115:31: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(wireframe && editmode) glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2133:31: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(wireframe && editmode) glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2139:31: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(wireframe && editmode) glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2147:31: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(wireframe && editmode) glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2151:31: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(wireframe && editmode) glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2155:31: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(wireframe && editmode) glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2157:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2158:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2170:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2171:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2176:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2177:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2228:13: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2283:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2302:17: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2303:17: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2304:49: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(viewtype == VW_STEREO_BLEND) glColorMask(GL_TRUE, GL_FALSE, GL_TRUE, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2306:49: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(viewtype == VW_STEREO_BLEND) glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2307:17: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2312:17: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2313:17: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_CONSTANT_COLOR); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2314:17: warning: 'glBlendColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendColor_(0.f, 0.5f, 1.f, 1.f); ^ shared/glexts.h:57:23: note: expanded from macro 'glBlendColor_' #define glBlendColor_ glBlendColor ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2388:13: note: 'glBlendColor' has been explicitly marked deprecated here extern void glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2317:17: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2357:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/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: In file included from expanded from macro 'GLE_INITATTRIB'engine/rendermodel.cpp :1: 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); } :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.h145:1:: note: expanded from here 47:9: note: expanded from macro 'GLE_INITATTRIBF' glVertexAttrib4f_ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glexts.h:171: 27: ^ shared/glemu.h :42:51note: :expanded from macro 'glVertexAttrib4f_' note: expanded from macro 'GLE_INITATTRIB' #define glVertexAttrib4f_ glVertexAttrib4f ^ static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908::13136:: 1note: :'glVertexAttrib4f' has been explicitly marked deprecated here 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 extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from 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] engine/renderparticles.cpp: GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) 3 ^ shared/glemu.h:47:9: In file included from engine/engine.h:5:: In file included from shared/cube.hnote: :expanded from macro 'GLE_INITATTRIBF'72 : shared/glemu.h:55:5: warning: GLE_INITATTRIB(name, index, f, float) \'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:43:59 GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h: note: expanded from macro 'GLE_INITATTRIB' :48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^: 139:1shared/glexts.h:: 168note: :expanded from here28 : glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ note: expanded from macro 'glVertexAttrib3fv_'/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2888:13: note: #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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' In file included from engine/renderparticles.cpp: GLE_INITATTRIB(name, index, f, float) \3 : ^In file included from engine/engine.h:shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' 5 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:49:58: note: expanded from macro 'GLE_INITATTRIBF' In file included from engine/rendermodel.cpp:1: static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: 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) ^ expanded from macro 'glVertexAttrib4f_'shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' #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::13145::1 note: 'glVertexAttrib4f' has been explicitly marked deprecated here : note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:In file included from 5engine/renderparticles.cpp:: 3warning: : '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/engine.h:5: In file included from shared/cube.h:72: GLE_INITATTRIBF(vertex, ATTRIB_VERTEX)shared/glemu.h : ^55 :5: shared/glemu.hwarning: :'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]48 :49: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' 28: note: expanded from macro 'glVertexAttrib3fv_' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ #define glVertexAttrib3fv_ glVertexAttrib3fv ^ ^ 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.h164::289528::13 :note: expanded from macro 'glVertexAttrib2fv_'note: 'glVertexAttrib3fv' has been explicitly marked deprecated here #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);13 : ^ note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:In file included from engine/renderparticles.cpp5: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) : 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' shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv 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:171:272909::13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.hextern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);: 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' In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h GLE_INITATTRIB(name, index, f, float) \: 5 ^: In file included from shared/cube.hshared/glemu.h::7242: :shared/glemu.h51::55 :note: 5expanded from macro 'GLE_INITATTRIB': warning: '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##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' :148:1: note: expanded from 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:glVertexAttrib1f_2889 :^13 : note: shared/glexts.h'glVertexAttrib2fv' has been explicitly marked deprecated here: 159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1fextern void glVertexAttrib2fv (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/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:In file included from engine/renderparticles.cppnote: :expanded from macro 'GLE_INITATTRIBF'3 : In file included from engine/engine.h:5: In file included from static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:shared/cube.h172::7228: :shared/glemu.h :note: 56expanded from macro 'glVertexAttrib4fv_': 5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: GLE_INITATTRIBF(color, ATTRIB_COLOR)2909 : ^13 : note: shared/glemu.h'glVertexAttrib4fv' has been explicitly marked deprecated here: 47:9: note: expanded from macro 'GLE_INITATTRIBF' extern void glVertexAttrib4fv (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' In file included from engine/rendermodel.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: shared/glemu.h:56:5:: 151warning: :'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]1 : note: expanded from here GLE_INITATTRIBF(color, ATTRIB_COLOR) ^glVertexAttrib2f_ ^ shared/glemu.h:shared/glexts.h47::1639::27 :note: expanded from macro 'GLE_INITATTRIBF'note: expanded from macro 'glVertexAttrib2f_' GLE_INITATTRIB(name, index, f, float) \ ^#define glVertexAttrib2f_ glVertexAttrib2f ^shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h : ^2888 :13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here :148:1: note: expanded from here glVertexAttrib1f_ ^ extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); shared/glexts.h ^: 159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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) ^ In file included from engine/rendermodel.cppshared/glemu.h::147: :In file included from 9engine/engine.h:: 5note: : expanded from macro 'GLE_INITATTRIBF'In file included from shared/cube.h:72: shared/glemu.h:56:5 GLE_INITATTRIB(name, index, f, float) \: ^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:44:67: note: expanded from macro 'GLE_INITATTRIB' GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ GLE_INITATTRIB(name, index, f, float) \ ^ :shared/glemu.h:43:59: note: 154expanded from macro 'GLE_INITATTRIB': 1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h: static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \167 : ^27 : note: expanded from macro 'glVertexAttrib3f_' :#define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:15113::1 :note: 'glVertexAttrib3f' has been explicitly marked deprecated herenote: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27:extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); note: ^expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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' In file included from engine/renderparticles.cpp:3: In file included from static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); }engine/engine.h:5: In file included from shared/cube.h ^: 72: shared/glemu.h: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:157: 1note: :expanded from macro 'GLE_INITATTRIBF' note: expanded from here GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:glVertexAttrib4f_75 : note: expanded from macro 'GLE_INITATTRIB'^ 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: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: :2908:13:'glVertexAttrib4f' has been explicitly marked deprecated here note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);In file included from engine/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); } \ 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:shared/glexts.h:171: 27note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ : ^ shared/glexts.h:168:28 :note: note: expanded from macro 'glVertexAttrib3fv_' expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f#define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: extern void glVertexAttrib3fv (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/rendermodel.cpp:1: In file included from engine/engine.hIn file included from :engine/renderparticles.cpp5:: 3In file included from : shared/cube.hIn file included from :engine/engine.h72:: 5shared/glemu.h: :In file included from 56shared/cube.h::572:: shared/glemu.hwarning: :'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: '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) ^ 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_' shared/glemu.h#define glVertexAttrib2fv_ glVertexAttrib2fv ^ :/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h49::288958::13 : note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ note: expanded from macro 'GLE_INITATTRIBF' In file included from engine/renderparticles.cpp: static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \3 : ^In file included from engine/engine.h:5shared/glexts.h: :In file included from 171shared/cube.h::2772:: shared/glemu.hnote: :expanded from macro 'glVertexAttrib4f_'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] #define glVertexAttrib4f_ glVertexAttrib4f ^ GLE_INITATTRIBF(color, ATTRIB_COLOR)/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h : ^2908 :13shared/glemu.h:: 51note: :'glVertexAttrib4f' has been explicitly marked deprecated here50 : note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(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 :172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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: '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:50In file included from :engine/renderparticles.cpp50::3 : In file included from engine/engine.hnote: :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)expanded from macro 'GLE_INITATTRIBF' ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ 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); ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:#define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 In file included from shared/cube.hengine/rendermodel.cpp::1: In file included from engine/engine.h:5: 72In file included from : shared/cube.hshared/glemu.h::7260:5: warning: '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' shared/glemu.h:56:5: GLE_INITATTRIB(name, index, f, float) \ warning: ^'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glemu.h:42:51: note: GLE_INITATTRIBF(color, ATTRIB_COLOR)expanded from macro 'GLE_INITATTRIB' ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' 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); ^ static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ In file included from engine/renderparticles.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: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] :2909: GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)13 ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' : GLE_INITATTRIB(name, index, f, float) \note: 'glVertexAttrib4fv' has been explicitly marked deprecated here ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ 5: In file included from shared/cube.h:72: shared/glemu.h: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] In file included from GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ engine/renderparticles.cppshared/glemu.h::353: :In file included from 86engine/engine.h:: 5note: : expanded from macro 'GLE_INITATTRIBN'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] static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' :160:1 GLE_INITATTRIB(name, index, f, float) \: ^note: expanded from here shared/glemu.h:44:67:glVertexAttrib4Nub_ note: ^expanded from macro 'GLE_INITATTRIB' shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :#define glVertexAttrib4Nub_ glVertexAttrib4Nub169 : ^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: 2901:13:glVertexAttrib3f_ note: ^'glVertexAttrib4Nub' has been explicitly marked deprecated here shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3fextern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from In file included from engine/renderparticles.cppengine/rendermodel.cpp::31: : 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::6058::566:: warning: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9 static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); }: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' shared/glexts.h:182:29: static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } note: expanded from macro 'glVertexAttrib4Nub_' ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171#define glVertexAttrib4Nub_ glVertexAttrib4Nub: ^ 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#define glVertexAttrib4f_ glVertexAttrib4f:2901:13 ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here : note: 'glVertexAttrib4Nub' has been explicitly marked deprecated hereextern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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/renderparticles.cpp:In file included from 3engine/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); }In file included from engine/engine.h:5 : ^ In file included from 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:13shared/cube.h:72: shared/glemu.h:60:5: : note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *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] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)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 ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' : warning: static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895 : ^ 13shared/glemu.h: :note: 'glVertexAttrib3fv' has been explicitly marked deprecated here47 :9: extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ 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: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: static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ 49:58: note: :expanded from macro 'GLE_INITATTRIBF'163 :1: note: expanded from here glVertexAttrib1f_ ^ static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ shared/glexts.h ^: 159:shared/glexts.h27::171 :note: 27expanded from macro 'glVertexAttrib1f_': note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib1f_ glVertexAttrib1f ^#define glVertexAttrib4f_ 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.h2882::290813:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here : note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14);In file included from engine/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/rendermodel.cpp:1: In file included from engine/engine.hIn file included from :engine/renderparticles.cpp5: In file included from shared/cube.h: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] :72: GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:shared/glemu.h60::515::50 :warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:shared/glemu.h172::4728::9 :note: expanded from macro 'glVertexAttrib4fv_'note: expanded from macro 'GLE_INITATTRIBF' #define glVertexAttrib4fv_ glVertexAttrib4fv GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' ^ static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:1662909::131: :note: note: 'glVertexAttrib4fv' has been explicitly marked deprecated hereexpanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /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 glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);2888 : ^13 : note: 'glVertexAttrib2f' has been 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: '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'In file included from engine/rendermodel.cpp:1 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:: 2882In file included from :engine/engine.h13::5 : note: In file included from 'glVertexAttrib1f' has been explicitly marked deprecated hereshared/cube.h :72: extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF'In file included from engine/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 GLE_INITATTRIB(name, index, f, float) \ ^ glVertexAttrib2f_ ^ shared/glemu.hshared/glexts.h::44163::6727:: note: note: expanded from macro 'GLE_INITATTRIB'expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \note: 'glVertexAttrib2f' has been explicitly marked deprecated here ^ :169:1: note: expanded from here glVertexAttrib3f_extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) 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/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);61 : ^5 : warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' In file included from static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \engine/rendermodel.cpp : ^ :7:1: note: expanded from here 1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.hglVertexAttrib3f_: 60^: 5:shared/glexts.h :warning: 167'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] :27: note: expanded from macro 'glVertexAttrib3f_' GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.h:47: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:619: note: expanded from macro 'GLE_INITATTRIBF' :5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9 GLE_INITATTRIB(name, index, f, float) \ ^ : note: expanded from macro 'GLE_INITATTRIBF' shared/glemu.h:45 GLE_INITATTRIB(name, index, f, float) \: 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); } ^ :10:1: note: expanded from here static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^glVertexAttrib4f_ :172:1: note: expanded from here ^ shared/glexts.h:171:27: glVertexAttrib4f_note: ^expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here shared/glexts.h:171:27: extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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.hIn file included from engine/renderparticles.cpp:3: In file included from engine/engine.h::48:49: note: expanded from macro 'GLE_INITATTRIBF' 5 static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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: '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 engine/rendermodel.cpp:1: In file included from static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \engine/engine.h : ^5 : In file included from shared/cube.hshared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ :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) ^In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' 5: In file included from shared/cube.h:72: shared/glemu.h:61:5: static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \warning: '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' shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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_' In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5#define glVertexAttrib4f_ glVertexAttrib4f: 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]/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5In 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: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] :61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^: 47:9: note: shared/glemu.hexpanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:50::50:42 :51note: expanded from macro 'GLE_INITATTRIBF': note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here shared/glexts.h:159:27extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ : note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ 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' /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 vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^:2882:13 shared/glexts.h:172: note: 'glVertexAttrib1f' has been explicitly marked deprecated here :28: note: expanded from macro 'glVertexAttrib4fv_'extern void glVertexAttrib1f (GLuint index, GLfloat x) 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/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) ^ In file included from engine/renderparticles.cppshared/glemu.h::347: :In file included from 9engine/engine.h:: 5note: : expanded from macro 'GLE_INITATTRIBF'In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \expanded from macro 'glVertexAttrib4f_' ^ :4:#define glVertexAttrib4f_ glVertexAttrib4f1 ^ : note: expanded from here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2fIn file included from engine/renderparticles.cpp ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13:: 3note: : 'glVertexAttrib2f' has been explicitly marked deprecated hereIn 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]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] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47: ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:9: 2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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); } \ ^ :7:1: note: expanded from here In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: glVertexAttrib3f_In file included from shared/cube.h^: 72shared/glexts.h:167: :shared/glemu.h27::64 :note: 77expanded from macro 'glVertexAttrib3f_': warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } note: ^'glVertexAttrib3f' has been explicitly marked deprecated here 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/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)In file included from engine/renderparticles.cpp ^: 3: In file included from shared/glemu.hengine/engine.h::475:: 9In file included from :shared/cube.h :note: 72expanded from macro 'GLE_INITATTRIBF': shared/glemu.h:65:64: GLE_INITATTRIB(name, index, f, float) \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:45:75: note: expanded from macro 'GLE_INITATTRIB' 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: static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } note: ^expanded from macro 'glVertexAttrib4f_' :10:1:#define glVertexAttrib4f_ glVertexAttrib4f note: ^expanded from here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here glVertexAttrib4f_ ^ shared/glexts.h:171:27: extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);note: expanded from macro 'glVertexAttrib4f_' ^ #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); In file included from ^engine/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.hIn file included from :engine/rendermodel.cpp172::128: :In file included from engine/engine.hnote: :expanded from macro 'glVertexAttrib4fv_'5 : In file included from shared/cube.h:72: shared/glemu.h:#define glVertexAttrib4fv_ glVertexAttrib4fv61 : ^5 : /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hwarning: :'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]2909 :13: note: 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_' 'glVertexAttrib4fv' has been explicitly marked deprecated here #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ 13: note: 'glVertexAttrib3fv' has 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: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 In file included from engine/rendermodel.cpp:1extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);: In file included from engine/engine.h :5 ^ : In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: In file included from 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]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()) ^ GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ expanded from macro 'GLE_INITATTRIBF' In file included from static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \engine/renderparticles.cpp : ^3 : In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here :5: warning: extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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(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); } \In file included from engine/rendermodel.cpp ^: 1: In file included from shared/glexts.hengine/engine.h::157:37: note: expanded from macro 'glDisableVertexAttribArray_' #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:: 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] 2918 GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF': 13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ extern void glDisableVertexAttribArray (GLuint index) 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 In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ : shared/glemu.h:78:In file included from engine/rendermodel.cpp5:1: In file included from engine/engine.h:: warning: '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' 5: In file included from shared/cube.h: glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:3272: shared/glemu.h:61::5 :note: expanded from macro 'glVertexAttribPointer_'warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttribPointer_ glVertexAttribPointer 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:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here shared/glemu.h:51:50: 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); ^ static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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: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: In file included from expanded from macro 'GLE_ATTRIBPOINTER'engine/rendermodel.cpp :1: 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/glemu.h : ^62 :60shared/glexts.h:: 156warning: :'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]36 : note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:shared/glexts.h2917::17113::27 :note: 'glEnableVertexAttribArray' has been explicitly marked deprecated herenote: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from In file included from engine/engine.hengine/rendermodel.cpp::51: : In file included from In file included from shared/cube.hengine/engine.h::725: : shared/glemu.hIn file included from :shared/cube.h79::725: :shared/glemu.h :warning: 63'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: static inline void disable##name() { glDisableVertexAttribArray_(index); } \ note: ^expanded from macro 'glVertexAttrib4f_' shared/glexts.h:157:37:#define glVertexAttrib4f_ glVertexAttrib4f 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:2908:13: note: 'glVertexAttrib4f' 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 glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.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 64engine/renderparticles.cpp::773:: 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: 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 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_' GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: #define glVertexAttrib4f_ glVertexAttrib4fexpanded 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:2908:13: note: glVertexAttribPointer_(index, size, type, normalized, stride, data); \'glVertexAttrib4f' has been explicitly marked deprecated here ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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/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:171In file included from :engine/renderparticles.cpp27::3 : note: In file included from expanded from macro 'glVertexAttrib4f_'engine/engine.h :5: In file included from shared/cube.h:72#define glVertexAttrib4f_ glVertexAttrib4f: shared/glemu.h ^: 80/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::52908:: 13warning: :'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: 'glVertexAttrib4f' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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 ^ 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/rendermodel.cpp::29171:: 13In file included from :engine/engine.h :note: 5'glEnableVertexAttribArray' has been explicitly marked deprecated here: In file included from shared/cube.h:72: shared/glemu.h:66:49: extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);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 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:2909:13:: In file included from shared/cube.h:72: shared/glemu.h :80note: :'glVertexAttrib4fv' has been explicitly marked deprecated here5 : 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 glVertexAttrib4fv (GLuint index, const GLfloat *v) 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' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/rendermodel.cpp:1: In file included from extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/renderparticles.cpp:3: In file included from engine/engine.h:#define glEnableVertexAttribArray_ glEnableVertexAttribArray5 : ^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.h2917::8013::5 :note: 'glEnableVertexAttribArray' has been explicitly marked deprecated herewarning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_'In file included from engine/rendermodel.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: :shared/glemu.h2916::7713::51 :note: 'glVertexAttribPointer' has been explicitly marked deprecated herewarning: '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:extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);37 : ^ note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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: '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:54In file included from :engine/rendermodel.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:78: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \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:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hshared/glemu.h::291769::1354:: note: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated hereexpanded 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_' In file included from engine/renderparticles.cpp:3: In file included from #define glEnableVertexAttribArray_ glEnableVertexAttribArrayengine/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:2917:13:In file included from shared/cube.hnote: :'glEnableVertexAttribArray' has been explicitly marked deprecated here72 : 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] extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from engine/rendermodel.cpp static inline void disable##name() { glDisableVertexAttribArray_(index); } \: 1 ^: In file included from engine/engine.hshared/glexts.h::5157: :In file included from 37shared/cube.h:: 72note: : expanded from macro 'glDisableVertexAttribArray_'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] #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13 GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()): ^note: 'glDisableVertexAttribArray' has been explicitly marked deprecated hereshared/glemu.h :70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.hextern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ :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); \ ^In file included from engine/rendermodel.cpp:shared/glexts.h1:: 186In file included from :engine/engine.h32::5 : note: In file included from expanded from macro 'glVertexAttribPointer_'shared/cube.h :72: shared/glemu.h:78:5#define glVertexAttribPointer_ glVertexAttribPointer: ^warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13 : note: 'glVertexAttribPointer' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);shared/glemu.h : ^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:In file included from 156engine/rendermodel.cpp::361:: In file included from note: engine/engine.hexpanded from macro 'glEnableVertexAttribArray_': 5: In file included from shared/cube.h:72: shared/glemu.h:79#define glEnableVertexAttribArray_ glEnableVertexAttribArray: 5 ^: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] /Applications/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:156In 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:36: note: expanded from macro 'glEnableVertexAttribArray_' :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 glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ 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_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:In file included from engine/rendermodel.cpp note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::2916:13:1 : note: In file included from 'glVertexAttribPointer' has been explicitly marked deprecated hereengine/engine.h :5: In file included from shared/cube.h:72: shared/glemu.h:79:5extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) 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] 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:In file included from 13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here engine/renderparticles.cpp:3: In file included from 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: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); } \ In file included from ^engine/rendermodel.cpp :1shared/glexts.h: :In file included from 156engine/engine.h::365:: In file included from note: shared/cube.hexpanded from macro 'glEnableVertexAttribArray_': 72: shared/glemu.h:79:5: #define glEnableVertexAttribArray_ glEnableVertexAttribArraywarning: '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:2917:13: note: GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, )'glEnableVertexAttribArray' has been explicitly marked deprecated here ^ 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_' In file included from engine/renderparticles.cpp:3#define glVertexAttribPointer_ glVertexAttribPointer: 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 2916shared/cube.h::1372:: shared/glemu.hnote: :'glVertexAttribPointer' has been explicitly marked deprecated here83 :5: warning: '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.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_ glDisableVertexAttribArrayIn file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5 : ^In file included from shared/cube.h:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:1372:: shared/glemu.hnote: :'glDisableVertexAttribArray' has been explicitly marked deprecated here80 :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(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:36In file included from :engine/renderparticles.cpp :note: 3expanded from macro 'glEnableVertexAttribArray_': In file included from engine/engine.h:5: In file included from shared/cube.h:72#define glEnableVertexAttribArray_ glEnableVertexAttribArray: shared/glemu.h ^: 83:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h5::2917 :warning: 13'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(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ 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:186In file included from :engine/rendermodel.cpp32::1 : note: In file included from expanded from macro 'glVertexAttribPointer_'engine/engine.h :5: In file included from shared/cube.h:72: #define glVertexAttribPointer_ glVertexAttribPointer ^ /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::291680::135:: note: warning: 'glVertexAttribPointer' has been explicitly marked deprecated here'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: extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);note: expanded from macro '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/renderparticles.cpp/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::32918: :In file included from 13engine/engine.h:: 5note: : 'glDisableVertexAttribArray' has been explicitly marked deprecated hereIn 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] extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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.hIn file included from engine/rendermodel.cpp:1: In file included from :engine/engine.h156::536: :In file included from shared/cube.hnote: :expanded from macro 'glEnableVertexAttribArray_'72 : shared/glemu.h:80:5: warning: #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ '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 :2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);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/renderparticles.cpp:3: In file included from engine/engine.h:#define glVertexAttribPointer_ glVertexAttribPointer5 : ^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:: 2916shared/glemu.h::1384:: 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, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13extern 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/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from In file included from engine/engine.hengine/renderparticles.cpp::3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:1565: In file included from shared/cube.h::7236: :shared/glemu.h :note: 81expanded from macro 'glEnableVertexAttribArray_': 5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); 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); } \ ^In file included from engine/renderparticles.cppshared/glexts.h::3156: :In file included from 36engine/engine.h:: 5note: : expanded from macro 'glEnableVertexAttribArray_'In file included from shared/cube.h:72: shared/glemu.h:85: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 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(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:In file included from engine/rendermodel.cppnote: :expanded from macro 'glDisableVertexAttribArray_'1 : In file included from engine/engine.h:5: In file included from shared/cube.h:72: #define glDisableVertexAttribArray_ glDisableVertexAttribArrayshared/glemu.h : ^81 :5: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hwarning: :'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(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);: 46 ^: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' 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] glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) note: ^expanded from macro 'glVertexAttribPointer_' shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from engine/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] extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:72In file included from : engine/rendermodel.cppshared/glemu.h::188: :In file included from 37engine/engine.h:: 5warning: : '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 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] 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); ^ GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5shared/glemu.h: In file included from :shared/cube.h:69:54: note: 72expanded from macro 'GLE_ATTRIBPOINTER': 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); } ^ static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:105:shared/glexts.h:23156:36:: note: expanded from macro 'glEnableVertexAttribArray_' note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' 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: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] extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ ^shared/glexts.h: 105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h: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: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 In file included from extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); engine/rendermodel.cpp ^ :1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hIn file included from engine/renderparticles.cpp::32943:: In file included from engine/engine.h:92: engine/texture.h:1350: note: 'glUniform2fv' has been explicitly marked deprecated here :33: 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 glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^In file included from engine/rendermodel.cpp:1: In file included from /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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; engine/engine.h ^:92: engine/texture.h 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 :46:33:extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); 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_' In file included from engine/renderparticles.cpp:3: In file included from #define glUniform3fv_ glUniform3fvengine/engine.h : ^92 : engine/texture.h:52:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h33::2944 :warning: 13'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: note: 'glUniform3fv' has been explicitly marked deprecated here case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14);: ^note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92In file included from : 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/renderparticles.cpp:3: In file included from engine/engine.h 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.h92:2945:13: :engine/texture.h :note: 53'glUniform4fv' has been explicitly marked deprecated here: 33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) 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] ^ case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' In file included from engine/renderparticles.cpp:3#define glUniform1iv_ glUniform1iv: In file included from ^engine/engine.h :92: engine/texture.h:54:33/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:: 2946warning: :'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]13 : note: 'glUniform1iv' has been explicitly marked deprecated here case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14);: ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break;29 : ^ note: expanded from macro 'glUniformMatrix3fv_'shared/glexts.h :148:23: note: expanded from macro 'glUniform2iv_'#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:#define glUniform2iv_ glUniform2iv2951 : ^13 : note: 'glUniformMatrix3fv' 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:2947:13: note: 'glUniform2iv' 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 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: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] In file included from engine/rendermodel.cpp case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break;: 1 ^: In file included from engine/engine.h:shared/glexts.h92:: 153engine/texture.h::2951:: 33note: :expanded from macro 'glUniformMatrix4fv_' warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #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: case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break;2952 : ^13 : note: shared/glexts.h'glUniformMatrix4fv' has been explicitly marked deprecated here: 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.hextern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14);: 2948 ^: 13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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/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:4: engine/rendertarget.h:48:25: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(rendertex) { glDeleteTextures(1, &rendertex); rendertex = 0; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:58:23: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(blurtex) { glDeleteTextures(1, &blurtex); blurtex = 0; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:66:22: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!blurtex) glGenTextures(1, &blurtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:88:24: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!rendertex) glGenTextures(1, &rendertex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:93:13: warning: 'glDrawBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawBuffer(GL_NONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2465:13: note: 'glDrawBuffer' has been explicitly marked deprecated here extern void glDrawBuffer (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:94:13: warning: 'glReadBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glReadBuffer(GL_NONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2651:13: note: 'glReadBuffer' has been explicitly marked deprecated here extern void glReadBuffer (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:225:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:226:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:230:13: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glScissor(x, y, w, h); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:231:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:240:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, i ? blurtex : rendertex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:245:21: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:247:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:248:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:350:9: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, vieww, viewh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:358:13: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glScissor(sx, sy, sw, sh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:359:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:368:9: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] SAVECOLORMASK ^ engine/engine.h:233:63: note: expanded from macro 'SAVECOLORMASK' if(memcmp(colormask, oldcolormask, sizeof(oldcolormask))) glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:370:26: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!depthtest()) glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:374:26: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!depthtest()) glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:376:24: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissoring) glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:385:9: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] RESTORECOLORMASK ^ engine/engine.h:238:9: note: expanded from macro 'RESTORECOLORMASK' glColorMask(COLORMASK, GL_TRUE); \ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:388:9: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:4: engine/rendertarget.h:456:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, rendertex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:159: engine/depthfx.h:81:9: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearColor(1, 1, 1, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:159: engine/depthfx.h:82:9: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:159: engine/depthfx.h:141:9: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE2); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:159: engine/depthfx.h:142:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, depthfxtex.rendertex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:159: engine/depthfx.h:143:9: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE0); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:160: engine/lensflare.h:172:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:160: engine/lensflare.h:174:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(tex) glBindTexture(GL_TEXTURE_2D, tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:160: engine/lensflare.h:234:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:275:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(tex) glBindTexture(GL_TEXTURE_2D, tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:306: engine/explosion.h:55:19: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!vbuf) glGenBuffers_(1, &vbuf); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:306: engine/explosion.h:57:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, numverts*sizeof(vert), verts, GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:306: engine/explosion.h:60:19: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!ebuf) glGenBuffers_(1, &ebuf); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:306: engine/explosion.h:62:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ELEMENT_ARRAY_BUFFER, numindices*sizeof(GLushort), indices, GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:306: engine/explosion.h:81:9: warning: 'glDrawRangeElements' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawRangeElements_(GL_TRIANGLES, 0, numverts-1, numindices, GL_UNSIGNED_SHORT, indices); ^ shared/glexts.h:71:30: note: expanded from macro 'glDrawRangeElements_' #define glDrawRangeElements_ glDrawRangeElements ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2468:13: note: 'glDrawRangeElements' has been explicitly marked deprecated here extern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:306: engine/explosion.h:97:20: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vbuf) { glDeleteBuffers_(1, &vbuf); vbuf = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:306: engine/explosion.h:98:20: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(ebuf) { glDeleteBuffers_(1, &ebuf); ebuf = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:306: engine/explosion.h:236:19: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(i) glDepthFunc(GL_GEQUAL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:306: engine/explosion.h:238:19: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(i) glDepthFunc(GL_LESS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:222:47: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!cullface && enablecullface) { glDisable(GL_CULL_FACE); enablecullface = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:223:52: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(cullface && !enablecullface) { glEnable(GL_CULL_FACE); enablecullface = true; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:227:40: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(enablealphablend) { glDisable(GL_BLEND); enablealphablend = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:238:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:243:17: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE3); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:245:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, normalmap->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:250:17: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:251:17: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:260:25: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:261:25: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:265:57: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(enablealphablend && trans>=1) { glDisable(GL_BLEND); enablealphablend = false; } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: In file included from engine/renderparticles.cpp:307: engine/lightning.h:106:9:note: 'glDisable' 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] extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 In file included from engine/rendermodel.cpp:9: extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);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; } ^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]/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: 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:note: 2472:'glDisable' has been explicitly marked deprecated here13 : note: 'glEnable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:270:17: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE1); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:272:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, masks->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:280:21: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE2); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:282:21: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_CUBE_MAP, emtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:286:32: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(activetmu != 0) glActiveTexture_(GL_TEXTURE0); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:367:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:377:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:438:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, p->tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ 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); ^ engine/renderparticles.cpp:740:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(tex) glBindTexture(GL_TEXTURE_2D, tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:811:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:820:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:825:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, blanktexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:859:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:868:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:873:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, blanktexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:919:9:In file included from engine/rendermodel.cppwarning: :'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]10 : engine/vertmodel.h:196:13: warning: glDisable(GL_CULL_FACE);'glDrawRangeElements' 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:2462:13: note: 'glDisable' has been explicitly marked deprecated here glDrawRangeElements_(GL_TRIANGLES, minvert, maxvert, elen, GL_UNSIGNED_SHORT, &((vertmeshgroup *)group)->edata[eoffset]); ^ extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); 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 engine/renderparticles.cppextern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14);: 925 ^ :9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:930:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, blanktexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here In file included from engine/rendermodel.cpp:10extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14);: engine/vertmodel.h:233:22: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(ebuf) glDeleteBuffers_(1, &ebuf); ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:236:38: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vbocache[i].vbuf) glDeleteBuffers_(1, &vbocache[i].vbuf); ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:276:26: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!vc.vbuf) glGenBuffers_(1, &vc.vbuf); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ 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); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:312:30: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(tangents) GENVBO(vvertbump); ^ engine/vertmodel.h:304:21: note: expanded from macro 'GENVBO' glBufferData_(GL_ARRAY_BUFFER, vverts.length()*sizeof(type), vverts.getbuf(), GL_STATIC_DRAW); \ ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:989:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:994:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, blanktexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13:In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:313:22: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else GENVBO(vvertn);note: 'glBindTexture' has been explicitly marked deprecated here ^ engine/vertmodel.h:304:21extern void glBindTexture (GLenum target, GLuint texture) 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:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:319:13: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenBuffers_(1, &ebuf); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:321:13: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ELEMENT_ARRAY_BUFFER, idxs.length()*sizeof(ushort), idxs.getbuf(), GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:360:30: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(c.vbuf) { glDeleteBuffers_(1, &c.vbuf); c.vbuf = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:363:24: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(ebuf) { glDeleteBuffers_(1, &ebuf); ebuf = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:409:21: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, vlen*vertsize, vdata, GL_STREAM_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1147:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1154:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1186:13: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1187:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1188:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1204:35: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(flags&PT_LERP) glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1205:39: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(flags&PT_MOD) glBlendFunc(GL_ZERO, GL_ONE_MINUS_SRC_COLOR); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1206:22: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBlendFunc(GL_SRC_ALPHA, GL_ONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1224:36: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(flags&PT_ONTOP) glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1225:22: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1234:40: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(lastflags&(PT_LERP|PT_MOD)) glBlendFunc(GL_SRC_ALPHA, GL_ONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1236:32: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(lastflags&PT_ONTOP) glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1237:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:1238:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:393:13: warning: 'glDrawRangeElements' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawRangeElements_(GL_TRIANGLES, minvert, maxvert, elen, GL_UNSIGNED_SHORT, &((skelmeshgroup *)group)->edata[eoffset]); ^ shared/glexts.h:71:30: note: expanded from macro 'glDrawRangeElements_' #define glDrawRangeElements_ glDrawRangeElements ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2468:13: note: 'glDrawRangeElements' has been explicitly marked deprecated here extern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1068:26: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] offset = glGetUniformLocation_(Shader::lastshader->program, offsetname); ^ shared/glexts.h:134:31: note: expanded from macro 'glGetUniformLocation_' #define glGetUniformLocation_ glGetUniformLocation ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2960:14: note: 'glGetUniformLocation' has been explicitly marked deprecated here extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1076:13: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glUniform4fv_(u.loc, 2*numgpubones, sc.bdata[0].real.v); ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1080:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(offset >= 0) glUniform4fv_(offset, 2*count, bc.bdata[0].real.v); ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1131:22: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(ebuf) glDeleteBuffers_(1, &ebuf); ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1138:38: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vbocache[i].vbuf) glDeleteBuffers_(1, &vbocache[i].vbuf); ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1176:26: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!vc.vbuf) glGenBuffers_(1, &vc.vbuf); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1236:34: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(tangents) GENVBOANIM(vvertbumpw); ^ engine/skelmodel.h:1232:42: note: expanded from macro 'GENVBOANIM' #define GENVBOANIM(type) GENVBO(type, (idxs, vlen, vverts)) ^ engine/skelmodel.h:1230:21: note: expanded from macro 'GENVBO' glBufferData_(GL_ARRAY_BUFFER, vverts.length()*sizeof(type), vverts.getbuf(), GL_STATIC_DRAW); \ ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1237:26: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else GENVBOANIM(vvertnw); ^ engine/skelmodel.h:1232:42: note: expanded from macro 'GENVBOANIM' #define GENVBOANIM(type) GENVBO(type, (idxs, vlen, vverts)) ^ engine/skelmodel.h:1230:21: note: expanded from macro 'GENVBO' glBufferData_(GL_ARRAY_BUFFER, vverts.length()*sizeof(type), vverts.getbuf(), GL_STATIC_DRAW); \ ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1247:34: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(tangents) GENVBOSTAT(vvertbump); ^ engine/skelmodel.h:1233:42: note: expanded from macro 'GENVBOSTAT' #define GENVBOSTAT(type) GENVBO(type, (idxs, vlen, vverts, htdata, htlen)) ^ engine/skelmodel.h:1230:21: note: expanded from macro 'GENVBO' glBufferData_(GL_ARRAY_BUFFER, vverts.length()*sizeof(type), vverts.getbuf(), GL_STATIC_DRAW); \ ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1248:26: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else GENVBOSTAT(vvertn); ^ engine/skelmodel.h:1233:42: note: expanded from macro 'GENVBOSTAT' #define GENVBOSTAT(type) GENVBO(type, (idxs, vlen, vverts, htdata, htlen)) ^ engine/skelmodel.h:1230:21: note: expanded from macro 'GENVBO' glBufferData_(GL_ARRAY_BUFFER, vverts.length()*sizeof(type), vverts.getbuf(), GL_STATIC_DRAW); \ ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1257:13: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenBuffers_(1, &ebuf); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1259:13: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ELEMENT_ARRAY_BUFFER, idxs.length()*sizeof(ushort), idxs.getbuf(), GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1388:30: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(c.vbuf) { glDeleteBuffers_(1, &c.vbuf); c.vbuf = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1391:24: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(ebuf) { glDeleteBuffers_(1, &ebuf); ebuf = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:1488:21: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, vlen*vertsize, vdata, GL_STREAM_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:730:18: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!vbo) glGenBuffers_(1, &vbo); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ engine/renderparticles.cpp:584:5: note: in instantiation of member function 'varenderer<1>::update' requested here varenderer(const char *texname, int type, int texclamp = 3) ^ engine/renderparticles.cpp:1038:9: note: in instantiation of member function 'varenderer<1>::varenderer' requested here new taperenderer("particles/sflare", PT_TAPE|PT_GLARE|PT_LERP), ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:732:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, maxparts*4*sizeof(partvert), NULL, GL_STREAM_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:733:9: warning: 'glBufferSubData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferSubData_(GL_ARRAY_BUFFER, 0, numparts*4*sizeof(partvert), verts); ^ shared/glexts.h:109:26: note: expanded from macro 'glBufferSubData_' #define glBufferSubData_ glBufferSubData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2872:13: note: 'glBufferSubData' has been explicitly marked deprecated here extern void glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:596:19: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vbo) { glDeleteBuffers_(1, &vbo); vbo = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ engine/renderparticles.cpp:584:5: note: in instantiation of member function 'varenderer<1>::cleanup' requested here varenderer(const char *texname, int type, int texclamp = 3) ^ engine/renderparticles.cpp:1038:9: note: in instantiation of member function 'varenderer<1>::varenderer' requested here new taperenderer("particles/sflare", PT_TAPE|PT_GLARE|PT_LERP), ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:730:18: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!vbo) glGenBuffers_(1, &vbo); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ engine/renderparticles.cpp:768:5: note: in instantiation of member function 'varenderer<0>::update' requested here softquadrenderer(const char *texname, int type) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:732:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, maxparts*4*sizeof(partvert), NULL, GL_STREAM_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:733:9: warning: 'glBufferSubData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferSubData_(GL_ARRAY_BUFFER, 0, numparts*4*sizeof(partvert), verts); ^ shared/glexts.h:109:26: note: expanded from macro 'glBufferSubData_' #define glBufferSubData_ glBufferSubData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2872:13: note: 'glBufferSubData' has been explicitly marked deprecated here extern void glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:596:19: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vbo) { glDeleteBuffers_(1, &vbo); vbo = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ engine/renderparticles.cpp:768:5: note: in instantiation of member function 'varenderer<0>::cleanup' requested here softquadrenderer(const char *texname, int type) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:537:13: warning: unused function 'genpos<2>' [-Wunused-function] inline void genpos(const vec &o, const vec &d, float size, int ts, int grav, partvert *vs) ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ 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] In file included from engine/rendersky.cpp:1: In file included from glDisable(GL_CULL_FACE);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.h56::24625::13 :warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]note: 'glDisable' has been explicitly marked deprecated here GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.hextern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);: 47 ^ :9: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] note: expanded from macro 'GLE_INITATTRIBF' 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: GLE_INITATTRIB(name, index, f, float) \2472 : ^13 : note: 'glEnable' has been explicitly marked deprecated hereshared/glemu.h :45:75: note: expanded from macro 'GLE_INITATTRIB' extern void glEnable (GLenum cap) 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); } 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 ^: :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:note: 171:27: note: expanded from macro 'glVertexAttrib4f_''glBlendFunc' 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: 'glVertexAttrib4f' has 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 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:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from hereengine/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] glVertexAttrib4Nub_ ^ glEnable(GL_CULL_FACE); shared/glexts.h ^: 182:29:/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: expanded from macro 'glVertexAttrib4Nub_'note: 'glEnable' has been explicitly marked deprecated here #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ extern void glEnable (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 ^: 2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here engine/rendermodel.cpp:929:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:94:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, (tex ? tex : notexture)->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:182:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, overlay ? overlay->id : notexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:333:19: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!vbuf) glGenBuffers_(1, &vbuf); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:335:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ARRAY_BUFFER, numverts*sizeof(vert), verts, GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:338:19: warning: 'glGenBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!ebuf) glGenBuffers_(1, &ebuf); ^ shared/glexts.h:104:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2869:13: note: 'glGenBuffers' has been explicitly marked deprecated here extern void glGenBuffers (GLsizei n, GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:340:9: warning: 'glBufferData' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBufferData_(GL_ELEMENT_ARRAY_BUFFER, (numindices + capindices)*sizeof(GLushort), indices, GL_STATIC_DRAW); ^ shared/glexts.h:108:23: note: expanded from macro 'glBufferData_' #define glBufferData_ glBufferData ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2871:13: note: 'glBufferData' has been explicitly marked deprecated here extern void glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:347:20: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vbuf) { glDeleteBuffers_(1, &vbuf); vbuf = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:348:20: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(ebuf) { glDeleteBuffers_(1, &ebuf); ebuf = 0; } ^ shared/glexts.h:110:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2868:13: note: 'glDeleteBuffers' has been explicitly marked deprecated here extern void glDeleteBuffers (GLsizei n, const GLuint *buffers) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:373:9: warning: 'glDrawRangeElements' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawRangeElements_(GL_TRIANGLES, 0, numverts-1, numindices + fogdomecap*capindices, GL_UNSIGNED_SHORT, indices); ^ shared/glexts.h:71:30: note: expanded from macro 'glDrawRangeElements_' #define glDrawRangeElements_ glDrawRangeElements ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2468:13: note: 'glDrawRangeElements' has been explicitly marked deprecated here extern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:398:5: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(GL_FALSE, GL_FALSE, GL_FALSE, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:400:5: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:409:5: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:414:9: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:420:9: warning: 'glPolygonMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2615:13: note: 'glPolygonMode' has been explicitly marked deprecated here extern void glPolygonMode (GLenum face, GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:423:5: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:434:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:435:5: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:445:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:505:26: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(explicitonly) glDisable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:506:14: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glDepthFunc(GL_GEQUAL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:508:10: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glDepthFunc(GL_LEQUAL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:510:5: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:512:18: warning: 'glDepthRange' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(clampsky) glDepthRange(1, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2461:13: note: 'glDepthRange' has been explicitly marked deprecated here extern void glDepthRange (GLclampd zNear, GLclampd zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:536:24: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:537:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:538:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:550:22: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(blendsky) glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:555:20: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:562:20: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:564:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:565:9: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:576:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:581:20: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:583:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:585:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:586:9: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:596:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:598:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:603:20: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:605:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:607:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:608:9: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:618:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:620:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:625:20: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(fading) glColorMask(COLORMASK, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:629:18: warning: 'glDepthRange' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(clampsky) glDepthRange(0, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2461:13: note: 'glDepthRange' has been explicitly marked deprecated here extern void glDepthRange (GLclampd zNear, GLclampd zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:631:5: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:635:26: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(explicitonly) glEnable(GL_DEPTH_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:636:14: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glDepthFunc(GL_LESS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendersky.cpp:639:10: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glDepthFunc(GL_LESS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 159 warnings generated. clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -I. -Ishared -Iengine -Igame -Ienet/include -Isupport -I/usr/X11R6/include `sdl2-config --cflags` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/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 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/shadowmap.o engine/shadowmap.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/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 ^ 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: /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 expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^shared/glemu.h :42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ In file included from engine/shader.cpp:3: shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ 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:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: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 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: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 In file included from engine/sound.cpp:1: extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) 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 In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72engine/shader.cpp:3: In file included from : engine/engine.h:92shared/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: engine/texture.hexpanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ : ^441 :84shared/glemu.h:: 44warning: :'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]67 : 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 note: expanded from macro 'GLE_INITATTRIB' extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here 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] 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] 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 GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) 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' 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] static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1 void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); }: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171: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::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: 2908'glUniform4iv' has been explicitly marked deprecated here :13: note: 'glVertexAttrib4f' has 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 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: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 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) ^ extern void glDisableVertexAttribArray (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:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ In file included from engine/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); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/sound.cpp:1: In file included from extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14);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:In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.hshared/glemu.h::15755::375:: note: warning: expanded from macro 'glDisableVertexAttribArray_''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)#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ ^ /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::291847::139:: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); :139:1: ^ note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h: 163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here In file included from extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); 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_' In file included from #define glVertexAttribPointer_ glVertexAttribPointerengine/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' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13 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:note: 167'glVertexAttribPointer' has been explicitly marked deprecated here: 27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: '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 glVertexAttribPointer (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: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) \ ^ In file included from engine/sound.cpp:shared/glemu.h1: 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] 45 GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54:75: note: expanded from macro 'GLE_ATTRIBPOINTER' : note: expanded from macro 'GLE_INITATTRIB' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h :156:36: note: expanded from macro 'glEnableVertexAttribArray_' 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#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here 171:27: note: expanded from macro 'glVertexAttrib4f_' extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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: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/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:In file included from engine/engine.h:72: shared/glemu.h:79:55: 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' : warning: static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' 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 glVertexAttrib3fv_ glVertexAttrib3fv ^ #define glVertexAttribPointer_ glVertexAttribPointer/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h : ^2895 :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: 'glVertexAttrib3fv' has been explicitly marked deprecated here note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttrib3fv (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/shadowmap.cpp:1In 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] : In file included from engine/engine.h:5 GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ): ^ shared/glemu.h:69:54In file included from shared/cube.h:72: shared/glemu.h:55:5: : note: expanded from macro 'GLE_ATTRIBPOINTER' warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) shared/glexts.h:156 ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' : static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/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/glexts.h:171In file included from :engine/sound.cpp27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908::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, )13 : ^ note: 'glVertexAttrib4f' has been explicitly marked deprecated hereshared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cppIn 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] :1: 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); \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:50shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ :/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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: 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_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ 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 ^ shared/glexts.h:164:28:: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' note: #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /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_':2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:In file included from 13engine/sound.cpp:: 1note: : 'glVertexAttrib2fv' has been explicitly marked deprecated hereIn file included from engine/engine.h:5extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) 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 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'In file included from engine/sound.cpp: static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ 1shared/glexts.h:: 172In file included from :engine/engine.h28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ :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:81::2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here 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 glVertexAttrib4fv (GLuint index, const GLfloat *v) 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/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) ^ In file included from engine/sound.cpp:shared/glemu.h1: 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, ): ^ 47:shared/glemu.h9::69 :note: 54expanded from macro 'GLE_INITATTRIBF' : note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ GLE_INITATTRIB(name, index, f, float) \ ^ ^ shared/glexts.h:156:shared/glemu.h36::42 :note: 51expanded from macro 'glEnableVertexAttribArray_': note: expanded from macro 'GLE_INITATTRIB' #define glEnableVertexAttribArray_ glEnableVertexAttribArray static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: ^'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:#define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ 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: In file included from expanded from macro 'GLE_ATTRIBPOINTER'engine/shadowmap.cpp :1: In file included from engine/engine.h static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ :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] /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' :2918:13: note: GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59:'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ 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:engine/sound.cpp2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here :1: In file included from engine/engine.hextern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14);: 5 ^: In file included from shared/cube.h:72: shared/glemu.h: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 glVertexAttribPointer_(index, size, type, normalized, stride, data); \engine/shadowmap.cpp : ^1 : In file included from engine/engine.hshared/glexts.h::5186: :In file included from 32shared/cube.h:: 72note: : 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.hexpanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here :47:9: 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.hIn file included from :44:67: note: expanded from macro 'GLE_INITATTRIB' engine/sound.cpp:1: In file included from engine/engine.h static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \: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] ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' #define glVertexAttrib3f_ glVertexAttrib3f ^ /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 enable##name() { prepare; glEnableVertexAttribArray_(index); } \13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' 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 glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from 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] engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: GLE_INITATTRIBF(color, ATTRIB_COLOR)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); ^ ^ shared/glemu.h:47: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/sound.cpp static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); }: 1 ^: In file included from engine/engine.h:5: In file included from :shared/cube.h157::721: :shared/glemu.h :note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:2783:5: warning: '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' : note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908: glVertexAttribPointer_(index, size, type, normalized, stride, data); \13 : note: 'glVertexAttrib4f' has been explicitly marked deprecated here ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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 In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: 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: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] warning: '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' 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 static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \:156 :36: note: expanded from macro 'glEnableVertexAttribArray_' ^#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13:engine/shader.cppshared/glexts.h:72:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ :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); note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^ shared/glexts.h:extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);128 : ^24:2895:: note: expanded from macro 'glGetShaderiv_' 13: #define glGetShaderiv_ glGetShaderivnote: 'glVertexAttrib3fv' 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:2955:13: extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);note: 'glGetShaderiv' has been explicitly marked deprecated here ^ extern void glGetShaderiv (GLuint shader, GLenum pname, GLint *params) 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:5engine/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] In file included from engine/shadowmap.cpp:1: else glGetProgramiv_(obj, GL_INFO_LOG_LENGTH, &length);: ^ shared/glexts.h:129: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/engine.h:5 GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46:25 : note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \: ^ note: expanded from macro 'glGetProgramiv_' shared/glexts.h:157:#define glGetProgramiv_ glGetProgramiv37: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.hnote: :expanded from macro 'glDisableVertexAttribArray_' :56:2956:13: note: 'glGetProgramiv' has been explicitly marked deprecated here 5#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ extern void glGetProgramiv (GLuint program, GLenum pname, GLint *params) 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: warning: '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); } \ ^ note: shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 'glDisableVertexAttribArray' has been explicitly marked deprecated hereextern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); engine/shader.cppIn file included from engine/shadowmap.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] :1: In file included from engine/engine.h:5 if(type) glGetShaderInfoLog_(obj, length, &length, log); ^ shared/glexts.h:132:29: note: : expanded from macro 'glGetShaderInfoLog_'In file included from shared/cube.h:72: shared/glemu.h:56:5: #define glGetShaderInfoLog_ glGetShaderInfoLogwarning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2958 GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' In file included from engine/sound.cpp:1: In file included from engine/engine.h static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \: 5: In file included from :shared/cube.h13::72 : note: 'glGetShaderInfoLog' has been explicitly marked deprecated here ^ shared/glexts.h:164:28: note: extern void glGetShaderInfoLog (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) OPENGL_DEPRECATED(10.0, 10.14); 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] expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ 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_' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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: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] 13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here :2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here else glGetProgramInfoLog_(obj, length, &length, log); extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glexts.hextern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);: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); ^ In file included from engine/sound.cpp: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: 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, ) warning: ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \'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:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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(color, ATTRIB_COLOR) ^ shared/glemu.hextern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ :51:50: note: expanded from macro 'GLE_INITATTRIBF' In file included from static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:28: note: expanded from macro 'glVertexAttrib4fv_' 72: shared/glemu.h:85:#define glVertexAttrib4fv_ glVertexAttrib4fv5 : ^ 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:2909:13: GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, )note: 'glVertexAttrib4fv' has been explicitly marked deprecated here ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hextern void glVertexAttrib4fv (GLuint index, const GLfloat *v) 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 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:13In file included from :engine/shadowmap.cpp :1: In file included from engine/engine.h:note: expanded from macro 'GLE_ATTRIBPOINTER' 5 glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^: In file included from shared/cube.h:72: shared/glemu.h:57 shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' :5: warning: 'glVertexAttrib4Nub' 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 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] extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); obj = glCreateShader_(type); ^ ^ GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) shared/glexts.h ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' :124:25: static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); }note: expanded from macro 'glCreateShader_' ^ :#define glCreateShader_ glCreateShader160 : ^1 : note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29:/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 In file included from engine/sound.cppnote: :extern GLuint glCreateShader (GLenum type) OPENGL_DEPRECATED(10.0, 10.14);1: In file included from ^ expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: engine/shader.cpp:144:5/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] : warning: 'glShaderSource' 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); }13 glShaderSource_(obj, numparts, (const GLchar **)parts, NULL); ^ shared/glexts.h: ^ : note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here 126:25: note: expanded from macro 'glShaderSource_' #define glShaderSource_ glShaderSource ^ 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::2926105:23: note: expanded from macro 'glBindBuffer_' :#define glBindBuffer_ glBindBuffer13 : ^ note: 'glShaderSource' 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 glShaderSource (GLuint shader, GLsizei count, const GLchar* const *string, const GLint *length) 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); ^ ^ 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] 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] glCompileShader_(obj); static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23In file included from :engine/shadowmap.cpp :note: 1expanded from macro 'glBindBuffer_': ^ shared/glexts.hIn file included from :engine/engine.h127:5#define glBindBuffer_ glBindBuffer : ^In file included from shared/cube.h:72: shared/glemu.h::26: 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 'glCompileShader_' :2867:13#define glCompileShader_ glCompileShader: ^note: '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:2927:58extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14);:6613: note: 'glCompileShader' has been explicitly marked deprecated here : warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glCompileShader (GLuint shader) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29engine/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: note: expanded from macro 'glVertexAttrib4Nub_' In file included from expanded from macro 'glGetShaderiv_'engine/sound.cpp :#define glGetShaderiv_ glGetShaderiv ^ #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ 1: /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/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::2955:13In file included from engine/engine.h:5: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here: In file included from note: 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] 'glGetShaderiv' has been explicitly marked deprecated here static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14);extern void glGetShaderiv (GLuint shader, GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ 23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/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] In file included from engine/sound.cpp glDeleteShader_(obj);: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); } ^ ^ In file included from shared/glexts.hshared/glexts.h::105:23: note: expanded from macro 'glBindBuffer_' engine/shadowmap.cpp:#define glBindBuffer_ glBindBuffer1 : ^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.h5125: In file included from :shared/cube.h25::72 : note: shared/glemu.hexpanded from macro 'glDeleteShader_': 59:48: :2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glDeleteShader_ glDeleteShader ^ warning: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2923'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]:13 : note: 'glDeleteShader' has been explicitly marked deprecated here static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ extern void glDeleteShader (GLuint shader) OPENGL_DEPRECATED(10.0, 10.14); 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); } \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); ^ 166shared/glexts.h:134:31: note: :expanded from macro 'glGetUniformLocation_'1: note: expanded from here #define glGetUniformLocation_ glGetUniformLocation ^ glVertexAttrib2f_/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^ shared/glexts.h:163:27::2960 :note: 14: note: 'glGetUniformLocation' has been explicitly marked deprecated here expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14);2888 : ^13 : note: 'glVertexAttrib2f' has been 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) ^ engine/shader.cpp:186:38:shared/glemu.h :warning: 47'glCreateProgram' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 9: s.program = s.vsobj && s.psobj ? glCreateProgram_() : 0; ^note: expanded from macro 'GLE_INITATTRIBF' 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 GLE_INITATTRIB(name, index, f, float) \: ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' 15 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 ^ note: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glCreateProgram' has been explicitly marked deprecated here'glVertexAttrib4f' has been explicitly marked deprecated here extern GLuint glCreateProgram (void) 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/shadowmap.cpp:1: In file included from engine/engine.h:5engine/shader.cpp: :In file included from 190shared/cube.h::972:: 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] warning: GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h'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_' :48:49: note: expanded from macro 'GLE_INITATTRIBF' #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 static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:extern void glAttachShader (GLuint program, GLuint shader) OPENGL_DEPRECATED(10.0, 10.14);168 ^ :28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ 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); ^/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:130:25: note: expanded from macro 'glAttachShader_' :2895:13#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:: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here 2929:13: note: 'glAttachShader' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glAttachShader (GLuint program, GLuint shader) 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_'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 ^#define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2965:13:extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); 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] In file included from engine/shadowmap.cpp:1: In file included from loopi(gle::MAXATTRIBS) if(!(attribs&(1<:175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h#define glUseProgram_ glUseProgram: 159 ^: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2931:13: note: 'glUseProgram' has been explicitly marked deprecated here 27extern void glUseProgram (GLuint program) OPENGL_DEPRECATED(10.0, 10.14); ^ : note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:9engine/shader.cpp:: 213note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^:25: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLint loc = glGetUniformLocation_(s.program, texnames[i]); ^ shared/glemu.hshared/glexts.h::43134::5931:: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :note: expanded from macro 'glGetUniformLocation_' #define glGetUniformLocation_ glGetUniformLocation ^ 4:1:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :note: 2960:14: note: 'glGetUniformLocation' has been explicitly marked deprecated here extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^expanded from here engine/shader.cpp:214:27:glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(loc != -1) glUniform1i_(loc, i); ^ 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:219:25: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] param.loc = glGetUniformLocation_(s.program, param.name);engine/shadowmap.cpp ^ :1shared/glexts.h:134:31:: note: In file included from expanded from macro 'glGetUniformLocation_'engine/engine.h :5#define glGetUniformLocation_ glGetUniformLocation: 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.h2960::6114::5 :note: 'glGetUniformLocation' has been explicitly marked deprecated herewarning: '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) ^extern GLint glGetUniformLocation (GLuint program, const GLchar *name) 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); } \ ^ :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: engine/shader.cppexpanded from macro 'GLE_INITATTRIB' :222:9: warning: 'glUseProgram' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glUseProgram_(0); ^ static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ shared/glexts.h:10:1: note: expanded from here :123:23: note: expanded from macro 'glUseProgram_'glVertexAttrib4f_ ^ shared/glexts.h:#define glUseProgram_ glUseProgram ^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:#define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 2931:13: note: 'glUseProgram' has 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 glUseProgram (GLuint program) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cppIn file included from :engine/shadowmap.cpp227::19: :In file included from engine/engine.hwarning: :'glDeleteProgram' 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: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) ^ glDeleteProgram_(s.program);shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/glexts.h:122:26: note: expanded from macro 'glDeleteProgram_' extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glDeleteProgram_ glDeleteProgram ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2932:13: note: 'glDeleteProgram' has been explicitly marked deprecated here extern void glDeleteProgram (GLuint program) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h: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); ^ engine/shader.cpp:304:15: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] int loc = glGetUniformLocation_(s.program, name); ^ shared/glexts.h:134:31: note: expanded from macro 'glGetUniformLocation_' In file included from engine/shadowmap.cpp:#define glGetUniformLocation_ glGetUniformLocation1 : ^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 2960shared/cube.h::1472:: shared/glemu.hnote: :'glGetUniformLocation' has been explicitly marked deprecated here64 :77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ 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); } ^ engine/shader.cpp:324:5: warning: shared/glexts.h'glGetProgramiv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 172:28: note: expanded from macro 'glVertexAttrib4fv_' glGetProgramiv_(s.program, GL_ACTIVE_UNIFORMS, &numactive); ^ 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 #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hextern void glGetProgramiv (GLuint program, GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ :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/shader.cpp:332:9: warning: 'glGetActiveUniform' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetActiveUniform_(s.program, i, sizeof(name)-1, &namelen, &size, &format, name); ^ shared/glexts.h:155:29: note: expanded from macro 'glGetActiveUniform_' #define glGetActiveUniform_ glGetActiveUniform ^ In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2961:13: note: 'glGetActiveUniform' has been explicitly marked deprecated here : extern void glGetActiveUniform (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ 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); ^ engine/shader.cpp:354:13: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("lmcolor", 1); ^ engine/shader.cpp:347:19: note: expanded from macro 'UNIFORMTEX' loc = glGetUniformLocation_(program, 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 In file included from extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shadowmap.cpp:1engine/shader.cpp: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77::354:13: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 51: UNIFORMTEX("lmcolor", 1); 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); }engine/shader.cpp:349:27: note: expanded from macro 'UNIFORMTEX' if(loc != -1) glUniform1i_(loc, val); \ ^ shared/glexts.h:143:22 ^ shared/glexts.h:157:37: :note: expanded from macro 'glDisableVertexAttribArray_' note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /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); ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hengine/shader.cpp:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here :extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 355:13: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("lmdir", 2); ^ engine/shader.cpp:347:19: note: expanded from macro 'UNIFORMTEX' loc = glGetUniformLocation_(program, name); \ ^ shared/glexts.h:In file included from engine/shadowmap.cpp134:31: note: expanded from macro 'glGetUniformLocation_':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#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 :2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated hereextern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:355:13: warning: 'glUniform1i' 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); UNIFORMTEX("lmdir", 2); ^ ^ engine/shader.cpp:349:27: note: expanded from macro 'UNIFORMTEX' if(loc != -1) glUniform1i_(loc, val); \ ^ 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); ^ engine/shader.cpp:358:14: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else UNIFORMTEX("lightmap", 1); ^ engine/shader.cpp:347:19: note: expanded from macro 'UNIFORMTEX' loc = glGetUniformLocation_(program, 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 In file included from extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); engine/shadowmap.cpp:1: In file included from engine/engine.h:5: ^In file included from shared/cube.h:72: shared/glemu.h:78:5engine/shader.cpp:358:14:: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) else UNIFORMTEX("lightmap", 1); ^ ^ engine/shader.cpp:349:27:shared/glemu.h: 70note: :46: note: expanded from macro 'GLE_ATTRIBPOINTER' expanded from macro 'UNIFORMTEX' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ if(loc != -1) glUniform1i_(loc, val); \ ^shared/glexts.h :157:37shared/glexts.h:: 143note: :expanded from macro 'glDisableVertexAttribArray_'22 : note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ ^ /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::132938:: 13note: : note: 'glUniform1i' has been explicitly marked deprecated here 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:359:34: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(type & SHADER_ENVMAP) UNIFORMTEX("envmap", tmu++); ^ engine/shader.cpp:347:19: note: expanded from macro 'UNIFORMTEX' loc = glGetUniformLocation_(program, 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:In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h14: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] note: 'glGetUniformLocation' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ extern GLint glGetUniformLocation (GLuint program, const GLchar *name) 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:2916engine/shader.cpp:13::359 :note: 34'glVertexAttribPointer' has been explicitly marked deprecated here: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(type & SHADER_ENVMAP) UNIFORMTEX("envmap", tmu++); ^extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:349:27: note: expanded from macro 'UNIFORMTEX' if(loc != -1) glUniform1i_(loc, val); \ ^ 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 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:extern void glUniform1i (GLint location, GLint v0) 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(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);engine/shader.cpp:360:9: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("shadowmap", 7); ^ engine/shader.cpp:347:19: note: expanded from macro 'UNIFORMTEX' loc = glGetUniformLocation_(program, 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); ^ 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:79engine/shader.cpp::5360:: 9warning: :'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("shadowmap", 7); ^ GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, )engine/shader.cpp : ^349 :27: shared/glemu.hnote: :expanded from macro 'UNIFORMTEX'70 :46: note: expanded from macro 'GLE_ATTRIBPOINTER' if(loc != -1) glUniform1i_(loc, val); \ ^ shared/glexts.h:143:22: static inline void disable##name() { glDisableVertexAttribArray_(index); } \note: expanded from macro 'glUniform1i_' ^ shared/glexts.h:157#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:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:: note: 'glUniform1i' has been explicitly marked deprecated here 13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:367:35: warning: 'glGetUniformLocation' 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/shadowmap.cpp case TEX_DIFFUSE: UNIFORMTEX("diffusemap", 0); break; ^ engine/shader.cpp:347:19: note: expanded from macro 'UNIFORMTEX' loc = glGetUniformLocation_(program, name); \ ^ shared/glexts.h:134:31: note: expanded from macro 'glGetUniformLocation_' #define glGetUniformLocation_ glGetUniformLocation ^: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] /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 GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, )extern GLint glGetUniformLocation (GLuint program, const GLchar *name) 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:engine/shader.cpp:367:35: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]32 : note: expanded from macro 'glVertexAttribPointer_' case TEX_DIFFUSE: UNIFORMTEX("diffusemap", 0); break; ^ #define glVertexAttribPointer_ glVertexAttribPointer ^engine/shader.cpp :349:27/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::2916:13 :note: expanded from macro 'UNIFORMTEX'note: 'glVertexAttribPointer' has been explicitly marked deprecated here if(loc != -1) glUniform1i_(loc, val); \ ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ 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 ^: 2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:368:34: warning: 'glGetUniformLocation' 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/shadowmap.cpp:1: case TEX_NORMAL: UNIFORMTEX("normalmap", tmu++); break; ^ engine/shader.cpp:347:19: note: expanded from macro 'UNIFORMTEX' loc = glGetUniformLocation_(program, name); \ ^ shared/glexts.h:134:31:In file included from engine/engine.h:5: In file included from shared/cube.h:72 note: expanded from macro 'glGetUniformLocation_' : 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, )#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); ^ ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156engine/shader.cpp::36368:: 34note: :expanded from macro 'glEnableVertexAttribArray_' warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ case TEX_NORMAL: UNIFORMTEX("normalmap", tmu++); break; ^ engine/shader.cpp:349:27: note: expanded from macro 'UNIFORMTEX' if(loc != -1) glUniform1i_(loc, val); \ ^ 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: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: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: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 engine/shader.cpp ^ :369:32: warning: 'glGetUniformLocation' 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: case TEX_GLOW: UNIFORMTEX("glowmap", tmu++); break;13 : ^ engine/shader.cpp:347:19: note: expanded from macro 'UNIFORMTEX' loc = glGetUniformLocation_(program, name); \ ^ shared/glexts.h:134:31 note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here : note: expanded from macro 'glGetUniformLocation_' extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glGetUniformLocation_ glGetUniformLocation ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2960:14: note: 'glGetUniformLocation' has been explicitly marked deprecated here extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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_' engine/shader.cpp:369:#define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:32: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case TEX_GLOW: UNIFORMTEX("glowmap", tmu++); break; ^ engine/shader.cpp:349:27: note: expanded from macro 'UNIFORMTEX' 13 if(loc != -1) glUniform1i_(loc, val); \ ^ shared/glexts.h:143:22: note: 'glVertexAttribPointer' has been explicitly marked deprecated here : 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); ^ extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:370:33: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case TEX_DECAL: UNIFORMTEX("decal", tmu++); break; ^ engine/shader.cpp:347In file included from :engine/shadowmap.cpp19::1 : note: In file included from expanded from macro 'UNIFORMTEX'engine/engine.h :5: In file included from shared/cube.h:72: shared/glemu.h: loc = glGetUniformLocation_(program, name); \81 ^ 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: :5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 'glGetUniformLocation' has been explicitly marked deprecated here extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp 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 ^ 370:33/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/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: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case TEX_DECAL: UNIFORMTEX("decal", tmu++); break; ^ engine/shader.cpp:349:27: note: expanded from macro 'UNIFORMTEX' if(loc != -1) glUniform1i_(loc, val); \ ^ shared/glexts.h:143:22: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 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); ^ 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); } \ ^ engine/shader.cpp:shared/glexts.h371::49: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case TEX_SPEC: if(t.combined<0) UNIFORMTEX("specmap", tmu++); break; ^ 157engine/shader.cpp:347:19: note: :37: note: expanded from macro 'glDisableVertexAttribArray_' expanded from macro 'UNIFORMTEX' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ loc = glGetUniformLocation_(program, name); \ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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:134:31: note: expanded from macro 'glGetUniformLocation_' extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); #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:371:49: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case TEX_SPEC: if(t.combined<0) UNIFORMTEX("specmap", tmu++); break; ^ engine/shader.cpp:349:27: note: expanded from macro 'UNIFORMTEX' if(loc != -1) glUniform1i_(loc, val); \ ^ 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 In file included from engine/shadowmap.cppextern void glUniform1i (GLint location, GLint v0) 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: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 engine/shader.cppextern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);:372 ^ :50: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case TEX_DEPTH: if(t.combined<0) UNIFORMTEX("depthmap", tmu++); break; ^ engine/shader.cpp:347:19: note: expanded from macro 'UNIFORMTEX' loc = glGetUniformLocation_(program, 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 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, ) extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glemu.h:69:54: note: In file included from expanded from macro 'GLE_ATTRIBPOINTER' engine/shader.cpp:372:50:engine/sound.cpp :warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]1 static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ case TEX_DEPTH: if(t.combined<0) UNIFORMTEX("depthmap", tmu++); break; ^ engine/shader.cpp:349:27: note: expanded from macro 'UNIFORMTEX': In file included from engine/engine.h:92: engine/texture.h:42:33: ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' warning: #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(loc != -1) glUniform1i_(loc, val); \ ^ 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:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h13::2917 :note: 13'glUniform1i' has been explicitly marked deprecated here: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); 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/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] #define glUniform1fv_ glUniform1fv GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ ^ 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:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: engine/shader.cpp'glDisableVertexAttribArray' has been explicitly marked deprecated here :376:21: warning: 'glGetUniformLocation' 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); UNIFORMTEX(sname, tmu++); ^ ^ engine/shader.cpp:347:19: note: expanded from macro 'UNIFORMTEX' loc = glGetUniformLocation_(program, 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 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] extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73extern GLint glGetUniformLocation (GLuint program, const GLchar *name) 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_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:376:21: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX(sname, tmu++); ^ engine/shader.cpp:349:27: note: expanded from macro 'UNIFORMTEX' In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h: if(loc != -1) glUniform1i_(loc, val); \5: In file included from shared/cube.h:72: shared/glemu.h:83:In file included from 5engine/sound.cpp:: 1warning: : '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:92: engine/texture.h: GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ 44shared/glemu.h::3369:: 54warning: :'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h: 156: ^36 : note: shared/glexts.hexpanded from macro 'glEnableVertexAttribArray_': 140: ^23: note: expanded from macro 'glUniform2fv_'shared/glexts.h#define glEnableVertexAttribArray_ glEnableVertexAttribArray: 143 ^: 22:/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 'glUniform1i_' #define glUniform2fv_ glUniform2fv ^ #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/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 2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated hereextern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ 2943:13:extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); 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 In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:engine/sound.cpp72:: 1shared/glemu.h: :In file included from 83engine/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] :5: warning: '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, ) ^ case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glemu.h:70:46shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' : note: expanded from macro 'GLE_ATTRIBPOINTER' #define glUniform3fv_ glUniform3fv ^ 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:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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/shadowmap.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h: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] 72: shared/glemu.h: case GL_INT: glUniform1iv_(loc, size, param->ival); break;83 : ^5 : warning: shared/glexts.h'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 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 GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ): 2946 ^: 13: note: shared/glemu.h'glUniform1iv' has been explicitly marked deprecated here: 73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) 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_ glVertexAttribPointerIn file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50: ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:291633: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); 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: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]33 : warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^shared/glemu.h :69:shared/glexts.h54::149 :note: 23expanded from macro 'GLE_ATTRIBPOINTER': note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ 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 :2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here shared/glexts.hextern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ :156:36: note: expanded from macro 'glEnableVertexAttribArray_' In file included from engine/sound.cpp:#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ 1: 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:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here : 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] extern void glEnableVertexAttribArray (GLuint index) 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.hIn 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] :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); ^ 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 In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53engine/shadowmap.cpp::133: :In 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/engine.h:5 case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break;: In file included from shared/cube.h ^ shared/glexts.h:151:29:: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ 72/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:: 2950shared/glemu.h::1384:: 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: '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); 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_'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 engine/shader.cpp:445:29: 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 glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ case GL_FLOAT: glUniform1fv_(l.loc, 1, val); 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:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92shared/glexts.h: 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] extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ 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); ^ case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; engine/shader.cpp:447: ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' In file included from #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:29engine/shadowmap.cpp :1: In file included from 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); ^ : warning: engine/engine.h:5: In file included from shared/cube.h:72: '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: 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, ) case GL_FLOAT_VEC2: glUniform2fv_(l.loc, 1, val); 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); ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:engine/shader.cpp36::449 :note: 29expanded from macro 'glEnableVertexAttribArray_': 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_(l.loc, 1, val); break; ^ shared/glexts.h:141 :23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /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 ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14);extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ engine/shader.cpp:451:29: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h: case GL_FLOAT_VEC4: glUniform4fv_(l.loc, 1, val); break; ^ shared/glexts.h:142:23: note: 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] expanded from macro 'glUniform4fv_' GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13 : note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14);note: ^ expanded from macro 'GLE_ATTRIBPOINTER'engine/shader.cpp:452:27: 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_(l.loc, int(val[0])); break; ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ 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:13shared/glexts.h:: 157note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ :37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^engine/shader.cpp:453:27: 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_(l.loc, int(val[0]), int(val[1])); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' /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 glUniform2i_ glUniform2i: 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'glDisableVertexAttribArray' has been explicitly marked deprecated here: 2939:extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 13: note: 'glUniform2i' has been explicitly marked deprecated here In file included from engine/shadowmap.cpp:1: In file included from engine/engine.h:5: extern void glUniform2i (GLint location, GLint v0, GLint v1) 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:2916engine/shader.cpp::13454:: 27note: :'glVertexAttribPointer' has been explicitly marked deprecated here 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_(l.loc, int(val[0]), int(val[1]), int(val[2])); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ 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: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: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] engine/shader.cpp static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } :455:27: ^ warning: shared/glexts.h'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]:105 :23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h case GL_INT_VEC4: glUniform4i_(l.loc, int(val[0]), int(val[1]), int(val[2]), int(val[3])); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ :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:: 2941note: :'glBindBuffer' has been explicitly marked deprecated here13 : note: 'glUniform4i' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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); ^ engine/shader.cpp:507:5: warning: 'glUseProgram' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glUseProgram_(program); ^ shared/glexts.h:123:23: note: expanded from macro 'glUseProgram_' #define glUseProgram_ glUseProgram ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2931:13: note: 'glUseProgram' has been explicitly marked deprecated here extern void glUseProgram (GLuint program) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:525:30: warning: 'glDeleteShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(vsobj) { if(!reusevs) glDeleteShader_(vsobj); vsobj = 0; } ^ shared/glexts.h:125:25: note: expanded from macro 'glDeleteShader_' #define glDeleteShader_ glDeleteShader ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2923:13: note: 'glDeleteShader' has been explicitly marked deprecated here extern void glDeleteShader (GLuint shader) 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] engine/shader.cpp:526:30: warning: 'glDeleteShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h if(psobj) { if(!reuseps) glDeleteShader_(psobj); psobj = 0; }: 135 ^: 22shared/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:: note: expanded from macro 'glUniform1f_' 13: note: 'glDeleteShader' has been explicitly marked deprecated here #define glUniform1f_ glUniform1f ^ extern void glDeleteShader (GLuint shader) 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:2934:13engine/shader.cpp:527:19: warning: 'glDeleteProgram' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(program) { glDeleteProgram_(program); program = 0; } ^ shared/glexts.h:122:26: note: expanded from macro 'glDeleteProgram_' #define glDeleteProgram_ glDeleteProgram ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2932:13: note: 'glDeleteProgram' has been explicitly marked deprecated here extern void glDeleteProgram (GLuint program) OPENGL_DEPRECATED(10.0, 10.14); ^ : 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_'engine/shader.cpp :582:9: warning: 'glUseProgram' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glUseProgram_(0); ^ shared/glexts.h:123:#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 23extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ : note: expanded from macro 'glUseProgram_' 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; ^ #define glUseProgram_ glUseProgram ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2931:13: note: 'glUseProgram' has been explicitly marked deprecated here extern void glUseProgram (GLuint program) OPENGL_DEPRECATED(10.0, 10.14); ^ 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_' engine/shader.cpp:633#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 5: extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14);warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ glGetIntegerv(GL_MAX_VERTEX_UNIFORM_COMPONENTS, &val); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:In file included from engine/sound.cpp:131: In file included from engine/engine.h:92: engine/texture.h:: note: 'glGetIntegerv' has been explicitly marked deprecated here 406extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ :84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]engine/shader.cpp:635:5: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, &val); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:13: note: 'glGetIntegerv' has been explicitly marked deprecated here extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:engine/shader.cpp:639:9: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 140: glGetIntegerv(GL_MAX_VARYING_COMPONENTS, &val); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2513:1323: note: expanded from macro 'glUniform2fv_' : note: 'glGetIntegerv' has been explicitly marked deprecated here extern void glGetIntegerv (GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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] engine/shader.cpp:1299:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ glGenTextures(1, &t.id); ^ shared/glexts.h:150:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h23::2498 :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 13: note: 'glGenTextures' has been explicitly marked deprecated hereextern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glGenTextures (GLsizei n, GLuint *textures) 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); ^ engine/shader.cpp:1312:23: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] loopv(postfxtexs) glDeleteTextures(1, &postfxtexs[i].id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:1336:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, postfxtexs[binds[0]].id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:1337:5: warning: 'glCopyTexSubImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2454:13: note: 'glCopyTexSubImage2D' has been explicitly marked deprecated here extern void glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:1364:9: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, w, h); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:1375:18: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glActiveTexture_(GL_TEXTURE0 + tmu); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:1376:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, postfxtexs[binds[j]].id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:1379: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(tmu) 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: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); ^ engine/shader.cpp:1454:5: warning: 'glUseProgram' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glUseProgram_(0); ^ shared/glexts.h:123:23: note: expanded from macro 'glUseProgram_' In file included from engine/shadowmap.cpp:1: #define glUseProgram_ glUseProgram ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hIn 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: 2931:13:note: expanded from macro 'glUniform3fv_'note: 'glUseProgram' has been explicitly marked deprecated here extern void glUseProgram (GLuint program) OPENGL_DEPRECATED(10.0, 10.14); ^ #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/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shader.cpp:3: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:434:22: warning: unused function 'findslotparam' [-Wunused-function] static inline float *findslotparam(VSlot &s, const char *name, float *noval) ^ In file included from engine/shadowmap.cpp: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/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 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 glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14);extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) 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_' In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:#define glUniform4f_ glUniform4f358 :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 : ^2937 :13/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:: 2668note: :13:'glUniform4f' has been explicitly marked deprecated here note: 'glScissor' 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 glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from In file included from engine/sound.cppengine/shadowmap.cpp::12: : In file included from engine/rendertarget.hengine/engine.h::35992:: 13engine/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; warning: ^'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glexts.h:143:22: glEnable(GL_SCISSOR_TEST); note: ^expanded from macro 'glUniform1i_' /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#define glUniform1i_ glUniform1i: ^note: 'glEnable' 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:extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ 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.cppIn 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:24331:13: note: 'glColorMask' has been explicitly marked deprecated here : In file included from engine/engine.h:92: engine/texture.h:429extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14);: 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 ^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:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h2939::246213::13 :note: 'glUniform2i' has been explicitly marked deprecated herenote: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) 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/shadowmap.cpp:In file included from engine/sound.cpp:1: In file included from engine/engine.h:92: engine/texture.h2: 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: 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] note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ In file included from shared/glexts.hengine/shadowmap.cpp::1452:: 22engine/rendertarget.h:: 376note: :expanded from macro 'glUniform3i_'24 : warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #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 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); ^ extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/shadowmap.cpp:2: engine/rendertarget.h:385In 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:922: note: expanded from macro 'glUniform4i_' : warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glUniform4i_ glUniform4i ^ RESTORECOLORMASK/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: engine/engine.hnote: :'glUniform4i' has been explicitly marked deprecated here238 :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: extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/sound.cpp:774:19: warning: unused function 'mumblevec' [-Wunused-function] static inline vec mumblevec(const vec &v, bool pos = false) ^ 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); ^ 110 warnings generated. 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 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 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/water.o engine/water.cpp In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :139:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :142:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :145:1: note: expanded from hereIn file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.hglVertexAttrib4f_: 72^: shared/glemu.h:shared/glexts.h55::1715::27 :warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ 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 :2908:13:shared/glemu.h :note: 47'glVertexAttrib4f' has been explicitly marked deprecated here: 9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^shared/glemu.h :42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :136:1: note: expanded from here glVertexAttrib1f_ ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:shared/glexts.h:159:27: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:note: 168:28: note: expanded from macro 'glVertexAttrib3fv_' expanded from macro 'glVertexAttrib1f_'#define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttrib1f_ glVertexAttrib1f ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here In file included from engine/texture.cpp:3: In file included from engine/engine.h:5extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ : In file included from shared/cube.h:72: shared/glemu.h: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.hIn file included from engine/ui.cpp:1: In file included from engine/engine.h:43:59: note: expanded from macro 'GLE_INITATTRIB' : static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ 5: In file included from :139:1: note: expanded from here glVertexAttrib2f_ ^shared/cube.h :shared/glexts.h72:: 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) ^ 163shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' :27: note: expanded from macro 'glVertexAttrib2f_' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:#define glVertexAttrib2f_ glVertexAttrib2f164 :28: note: expanded from macro 'glVertexAttrib2fv_' ^ #define glVertexAttrib2fv_ glVertexAttrib2fv ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2888:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h13: note: :2889:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^'glVertexAttrib2fv' has 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: '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/ui.cpp:1: In file included from engine/engine.h GLE_INITATTRIBF(vertex, ATTRIB_VERTEX): 5 ^: In file included from shared/cube.h:72: shared/glemu.h shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF': GLE_INITATTRIB(name, index, f, float) \ ^ 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.hshared/glemu.h::44:67: note: expanded from macro 'GLE_INITATTRIB' 51 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: :50: note: expanded from macro 'GLE_INITATTRIBF' note: expanded from macro 'glVertexAttrib3f_' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h#define glVertexAttrib3f_ glVertexAttrib3f: 172 ^: 28: note: expanded from macro 'glVertexAttrib4fv_' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: #define glVertexAttrib4fv_ glVertexAttrib4fv ^'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: 2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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' In file included from engine/ui.cpp:1 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 : In file included from engine/engine.h:5: In file included from shared/cube.h:72glVertexAttrib4f_ ^ shared/glexts.h:171: :27shared/glemu.h:: 56note: :expanded from macro 'glVertexAttrib4f_'5 : warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h GLE_INITATTRIBF(color, ATTRIB_COLOR): 2908 ^: 13: note: 'glVertexAttrib4f' has been explicitly marked deprecated hereshared/glemu.h :47:9: 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' GLE_INITATTRIB(name, index, 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 hereIn 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: 5glVertexAttrib1f_: ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ warning: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here 'glVertexAttrib3fv' 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); 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:In file included from 13engine/ui.cpp:: 1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ 'glVertexAttrib3fv' has been explicitly marked deprecated hereshared/glemu.h :47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/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 extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here 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:55In 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]5 : warning: '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: GLE_INITATTRIBF(vertex, ATTRIB_VERTEX)47 : ^9 : note: expanded from macro 'GLE_INITATTRIBF' shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \note: ^ :154:1: note: expanded from here 'glVertexAttrib4f' has been explicitly marked deprecated hereglVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: '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 glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: '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/texture.cpp:3: In file included from GLE_INITATTRIBF(color, ATTRIB_COLOR)engine/engine.h : ^5 : In file included from shared/cube.h:shared/glemu.h72:: 47shared/glemu.h::955:: 5note: :expanded from macro 'GLE_INITATTRIBF' warning: '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' GLE_INITATTRIB(name, index, f, float) \ static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ ^shared/glexts.h :164:28: note: expanded from macro 'glVertexAttrib2fv_' shared/glemu.h#define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here :45:75extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);: ^note: expanded 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_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:shared/glexts.h note: :expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28171: note: expanded from macro 'glVertexAttrib4fv_':27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f#define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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:In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h: 72: note: 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_INITATTRIB'shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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) { glVertexAttrib1##suffix##_(index, x); } \ ^ extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^: 148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR): ^note: expanded from macro 'glVertexAttrib1f_' shared/glemu.h:49:58: note: #define glVertexAttrib1f_ glVertexAttrib1f ^ /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' 2882:13: note: 'glVertexAttrib1f' 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: expanded from macro 'glVertexAttrib4f_'extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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)In file included from engine/ui.cpp ^: 1: In file included from shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^engine/engine.h :shared/glemu.h5:: 43In file included from :shared/cube.h59::72 : note: shared/glemu.hexpanded from macro 'GLE_INITATTRIB': 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) static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ ^ shared/glemu.h:50::50151:: 1note: :expanded from macro 'GLE_INITATTRIBF' note: expanded from here glVertexAttrib2f_ ^ static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \shared/glexts.h : ^163 :27:shared/glexts.h :note: 164expanded from macro 'glVertexAttrib2f_': 28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2f_ glVertexAttrib2f ^ #define glVertexAttrib2fv_ glVertexAttrib2fv /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^: 2888: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: 'glVertexAttrib2fv' has been explicitly marked deprecated here note: extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) 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 engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: In file included from note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:engine/texture.cpp172: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) ^ 28shared/glemu.h::47:9: note: expanded from macro 'GLE_INITATTRIBF' note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909 : GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: 13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here expanded from macro 'GLE_INITATTRIB' extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :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 In file included from extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) 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: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:1In file included from engine/texture.cpp:: 3note: : expanded from hereIn file included from engine/engine.h:5: In file included from shared/cube.hglVertexAttrib4Nub_: 72: shared/glemu.h:56:5:^ warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]shared/glexts.h: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); ^ GLE_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); } ^ In file included from engine/ui.cpp::157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:1171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ : /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:In file included from 2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here engine/engine.hextern 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: 5In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5:: In file included from shared/cube.h:72 warning: '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 : ^58 :66:shared/glemu.h :warning: 48'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^shared/glexts.h :168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13:shared/glexts.h note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ :182:29: note: expanded from macro 'glVertexAttrib4Nub_' In file included from #define glVertexAttrib4Nub_ glVertexAttrib4Nubengine/texture.cpp : ^3 : In file included from engine/engine.h:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h5:: 2901In file included from :shared/cube.h13:: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here 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] extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); 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.hIn file included from engine/ui.cpp:1: In file included from engine/engine.h::5171: In file included from shared/cube.h:72: shared/glemu.h:59:48:: 27warning: :'glVertexAttrib4Nubv' 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 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, 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 :2908:shared/glexts.h13::183 :note: 30'glVertexAttrib4f' has been explicitly marked deprecated here: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ 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: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:In file included from 56engine/ui.cpp::51:: In file included from warning: engine/engine.h'glVertexAttrib2fv' 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(color, ATTRIB_COLOR)60 : ^5 : warning: shared/glemu.h'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 50:50: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h: 164note: :expanded from macro 'GLE_INITATTRIBF'28 : note: expanded from macro 'glVertexAttrib2fv_' GLE_INITATTRIB(name, index, f, float) \ ^ #define glVertexAttrib2fv_ glVertexAttrib2fv shared/glemu.h:42:51: 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:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);: 1 ^: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: 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] expanded from macro 'GLE_INITATTRIB' GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ 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_' shared/glemu.h#define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13:: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) 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); } ^ In file included from shared/glexts.hengine/ui.cpp::1721:: 28In file included from :engine/engine.h :note: 5expanded from macro 'glVertexAttrib4fv_': In file included from shared/cube.h:72: shared/glemu.h#define glVertexAttrib4fv_ glVertexAttrib4fv: 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] /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^note: 'glVertexAttrib4fv' has been explicitly marked deprecated here shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:57:5: In file included from warning: 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: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h :53:shared/glemu.h86::47 :note: 9expanded from macro 'GLE_INITATTRIBN': note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75 static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); }: ^note: expanded from macro 'GLE_INITATTRIB' :160:1: note: expanded from here glVertexAttrib4Nub_ 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:13shared/glexts.h: note: 'glVertexAttrib4f' has been explicitly marked deprecated here :182:extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);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/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14);5 : ^ warning: '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_ glVertexAttrib3fvIn file included from engine/texture.cpp ^: 3: /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.h2895::513: :In file included from shared/cube.hnote: :'glVertexAttrib3fv' has been explicitly marked deprecated here72 : shared/glemu.h:58:66:extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^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/ui.cpp :1: /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.h2901::513: :In file included from shared/cube.hnote: :'glVertexAttrib4Nub' has been explicitly marked deprecated here72 : 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) extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) 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/texture.cpp:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here3 : In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30:In file included from engine/ui.cppnote: :expanded from macro 'glVertexAttrib4Nubv_'1 : In file included from engine/engine.h:5: In file included from shared/cube.h:72#define glVertexAttrib4Nubv_ glVertexAttrib4Nubv: shared/glemu.h ^: 60:5:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :warning: 2902'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14);note: expanded from macro 'GLE_INITATTRIBF' ^ static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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: '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 engine/ui.cpp:1: In file included from GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)engine/engine.h : ^5 : In file included from shared/cube.hshared/glemu.h::7247: :shared/glemu.h9::60 :note: 5expanded from macro 'GLE_INITATTRIBF': warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0): 42 ^: 51:shared/glemu.h :51note: :expanded from macro 'GLE_INITATTRIB'50 : note: expanded from macro 'GLE_INITATTRIBF' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here :163:1: note: expanded from here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \In file included from engine/texture.cpp ^: 3: shared/glemu.hIn file included from :engine/engine.h42::551: :In file included from shared/cube.hnote: :expanded from macro 'GLE_INITATTRIB'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] static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) :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); ^ ^ shared/glemu.h:47In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61::5:9 warning: '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' : note: GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ ^ shared/glemu.h::434::591:: note: note: expanded from macro 'GLE_INITATTRIB'expanded from here static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ glVertexAttrib2f_ ^ shared/glexts.h::166163::127:: note: note: expanded from hereexpanded from macro 'glVertexAttrib2f_' glVertexAttrib2f_ ^ #define glVertexAttrib2f_ glVertexAttrib2f shared/glexts.h ^: 163:27: /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 'glVertexAttrib2f_'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:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated hereextern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) 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/ui.cppIn file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from :shared/cube.h1:: 72In file included from : engine/engine.hshared/glemu.h::560: :In file included from 5shared/cube.h:: 72warning: : 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]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(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h: GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1)47 : ^9 : note: shared/glemu.hexpanded from macro 'GLE_INITATTRIBF': 47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44 GLE_INITATTRIB(name, index, f, float) \: 67 ^: note: shared/glemu.hexpanded 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); } \ ^ static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ : ^169 :1: :note: 7expanded from here: 1: note: expanded from hereglVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' glVertexAttrib3f_#define glVertexAttrib3f_ glVertexAttrib3f ^ ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' 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: #define glVertexAttrib3f_ glVertexAttrib3f'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:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h9:: note: 2894expanded from macro 'GLE_INITATTRIBF' :13: GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' note: 'glVertexAttrib3f' 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); } ^ :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); ^ 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: '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 In file included from engine/ui.cpp:1: In file included from extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);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 GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' engine/texture.cpp 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 :3: In file included from engine/engine.h:5glVertexAttrib4f_: In file included from ^shared/cube.h :72shared/glexts.h: :shared/glemu.h171::6027::5 :note: expanded from macro 'glVertexAttrib4f_'warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttrib4f_ glVertexAttrib4f ^ GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here ^ shared/glemu.h:49:58: 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); ^ static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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] 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:In file included from engine/texture.cpp:3: In file included from engine/engine.h:5168:28: note: expanded from macro 'glVertexAttrib3fv_' : 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: #define glVertexAttrib3fv_ glVertexAttrib3fv'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (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.hIn file included from :engine/texture.cpp2895::313: :In file included from engine/engine.hnote: :'glVertexAttrib3fv' has been explicitly marked deprecated here5 : In file included from shared/cube.h:extern void glVertexAttrib3fv (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/ui.cpp:1: In file included from engine/engine.h:5: In file included from static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }shared/cube.h : ^72 : shared/glemu.hshared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ :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: In file included from expanded from macro 'glVertexAttrib4f_'engine/texture.cpp :3: 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:: 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) ^ 13shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, 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_' note: 'glVertexAttrib4f' has been explicitly marked deprecated here#define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.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: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/ui.cpp::41:: 1In file included from :engine/engine.h :note: 5expanded from here: 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] glVertexAttrib2f_ ^ GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) shared/glexts.h ^: 163:27: note: expanded from macro 'glVertexAttrib2f_' shared/glemu.h:#define glVertexAttrib2f_ glVertexAttrib2f50 : ^50 : /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: note: expanded from macro 'GLE_INITATTRIBF''glVertexAttrib2f' has been explicitly marked deprecated here static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) 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 In file included from engine/texture.cpp:3extern 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: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' In file included from engine/ui.cpp:1 GLE_INITATTRIB(name, index, f, float) \: In file included from ^engine/engine.h :5shared/glemu.h: 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] :44:67: note: expanded from macro 'GLE_INITATTRIB' GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } : ^7 :1shared/glexts.h:: 172note: :expanded from here28 : note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:glVertexAttrib3f_2909 :^13 : shared/glexts.hnote: :'glVertexAttrib4fv' has been explicitly marked deprecated here167 :27: note: expanded from macro 'glVertexAttrib3f_' extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);#define glVertexAttrib3f_ glVertexAttrib3f ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 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 normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ shared/glexts.h::17110:1: note: expanded from here :27: glVertexAttrib4f_ note: ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has 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 glVertexAttrib4f_ glVertexAttrib4f ^ /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/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) ^:2908:13: note: shared/glemu.h'glVertexAttrib4f' has been explicitly marked deprecated here: 48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(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:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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: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: In file included from engine/ui.cppshared/glemu.h: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] 61 static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); }: 5 ^: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]shared/glexts.h :171:27: note: expanded from macro 'glVertexAttrib4f_' GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ #define glVertexAttrib4f_ glVertexAttrib4f ^shared/glemu.h :49:58/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:: 2908note: :expanded from macro 'GLE_INITATTRIBF'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); } \ ^ shared/glexts.hextern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);: 171 ^: 27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' In file included from engine/texture.cpp:#define glVertexAttrib4f_ glVertexAttrib4f3 : ^In file included from engine/engine.h:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h5:: 2908In file included from :shared/cube.h13::72 : note: shared/glemu.h'glVertexAttrib4f' has been explicitly marked deprecated here: 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) extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ In file included from engine/ui.cppshared/glexts.h::1164: :In file included from 28engine/engine.h:: 5note: : expanded from macro 'glVertexAttrib2fv_'In file included from shared/cube.h:72: shared/glemu.h:66:#define glVertexAttrib2fv_ glVertexAttrib2fv49 : ^ 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:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28extern 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 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: '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: In file included from note: engine/ui.cppexpanded from macro 'glVertexAttrib4fv_': 1: In file included from engine/engine.h:5: #define glVertexAttrib4fv_ glVertexAttrib4fvIn 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:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here 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); } ^ extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from In file included from engine/ui.cppengine/engine.h::15: : In file included from In file included from engine/engine.hshared/cube.h::572: : In file included from shared/glemu.hshared/cube.h::6272:: 60shared/glemu.h:: 78warning: :'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]5 : warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ ^ shared/glexts.hshared/glemu.h::17169::2754:: note: note: expanded from macro 'glVertexAttrib4f_'expanded from macro 'GLE_ATTRIBPOINTER' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908 static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \: 13 ^: note: shared/glexts.h'glVertexAttrib4f' has been explicitly marked deprecated here: 156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray 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:2917:13: 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:3In file included from : engine/ui.cppIn file included from :engine/engine.h1:: 5: In file included from shared/cube.h:72: shared/glemu.h:63In file included from :engine/engine.h47::5 : warning: In file included from 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]shared/cube.h :72: shared/glemu.h: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] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171: GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable())27 : ^ note: expanded from macro 'glVertexAttrib4f_' shared/glemu.h:70:46#define glVertexAttrib4f_ glVertexAttrib4f : 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:2908: static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h13::157 :note: 37'glVertexAttrib4f' has been explicitly marked deprecated here: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here 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: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.hIn file included from :engine/ui.cpp171::127: :In file included from engine/engine.hnote: :expanded from macro 'glVertexAttrib4f_'5 : In file included from shared/cube.h:72: shared/glemu.h:#define glVertexAttrib4f_ glVertexAttrib4f78 : ^5 : /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hwarning: :'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]2908 :13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13:extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/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/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] note: 'glVertexAttribPointer' has been explicitly marked deprecated 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_' extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) 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:1In file included from : engine/texture.cppIn file included from :engine/engine.h3:: 5In file included from : engine/engine.hIn file included from :shared/cube.h5:: 72In file included from : shared/cube.hshared/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] :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] 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 tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \expanded from macro 'glVertexAttrib4fv_' ^ shared/glexts.h:156:36#define glVertexAttrib4fv_ glVertexAttrib4fv: ^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:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5In 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] : warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' note: static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' expanded from macro 'glEnableVertexAttribArray_'#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13In 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' 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_'extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);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_' In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5#define glDisableVertexAttribArray_ glDisableVertexAttribArray: warning: ^'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ 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 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 extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);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())In file included from engine/ui.cpp ^: 1: In file included from shared/glemu.hengine/engine.h::705:: 46In file included from :shared/cube.h :note: 72expanded from macro 'GLE_ATTRIBPOINTER': 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] static inline void disable##name() { glDisableVertexAttribArray_(index); } \ GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h :70 ^ shared/glexts.h:157:37: note: :expanded from macro 'glDisableVertexAttribArray_'46 : note: expanded from macro 'GLE_ATTRIBPOINTER' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h static inline void disable##name() { glDisableVertexAttribArray_(index); } \: 2918 ^: 13: shared/glexts.hnote: :'glDisableVertexAttribArray' has been explicitly marked deprecated here157 :37: note: expanded from macro 'glDisableVertexAttribArray_' extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: In file included from engine/ui.cpp:1: In file included from engine/engine.hwarning: :'glVertexAttribPointer' 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: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked 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.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ In file included from engine/ui.cppshared/glexts.h::1186: :In file included from 32engine/engine.h:: 5note: : expanded from macro 'glVertexAttribPointer_'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] #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/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(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, )note: 'glVertexAttribPointer' has been explicitly marked deprecated here ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^In file included from engine/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] In file included from engine/ui.cpp:1: In file included from GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, )engine/engine.h : ^5 : In file included from shared/glemu.hshared/cube.h::6972:: 54shared/glemu.h:: 81note: :expanded from macro 'GLE_ATTRIBPOINTER'5 : warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^shared/glexts.h :156shared/glemu.h::3670:: 46note: :expanded from macro 'glEnableVertexAttribArray_' note: expanded from macro 'GLE_ATTRIBPOINTER' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h37::2917 :note: 13expanded 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:extern void glEnableVertexAttribArray (GLuint index) 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 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, ) ^ In file included from engine/ui.cppshared/glemu.h::170: :In file included from 46engine/engine.h:: 5note: : expanded from macro 'GLE_ATTRIBPOINTER'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' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: ^'glVertexAttribPointer' has been explicitly marked deprecated here shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/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 glVertexAttribPointer (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_' In file included from engine/texture.cpp#define glEnableVertexAttribArray_ glEnableVertexAttribArray: 3 ^: 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:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here :5: In file included from shared/cube.h:72: shared/glemu.h:extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);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, )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:shared/glemu.h46::73 :note: 13expanded from macro 'GLE_ATTRIBPOINTER': note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ glVertexAttribPointer_(index, size, type, normalized, stride, data); \shared/glexts.h : ^157 :37:shared/glexts.h :note: 186expanded from macro 'glDisableVertexAttribArray_': 32: note: expanded from macro 'glVertexAttribPointer_' #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 : ^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:2916:13 :note: 'glDisableVertexAttribArray' has been explicitly marked deprecated herenote: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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, )In file included from engine/texture.cpp ^: 3: shared/glemu.hIn file included from :engine/engine.h73:5:13:: In file included from note: shared/cube.hexpanded from macro 'GLE_ATTRIBPOINTER': 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] glVertexAttribPointer_(index, size, type, normalized, stride, data); \ 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/glexts.hengine/texture.cpp::1863:: 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] 32 GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h::70 note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here :46: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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:54In 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: note: expanded from macro 'GLE_ATTRIBPOINTER' warning: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);'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' In file included from glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72#define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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); ^ :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); } \ ^ In file included from engine/texture.cppshared/glexts.h:3: In file included from engine/engine.h:5: In file included from shared/cube.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' :72: shared/glemu.h:81:5#define glDisableVertexAttribArray_ glDisableVertexAttribArray: ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: warning: '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' 2918 static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36::13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hIn file included from :engine/ui.cpp2917::113: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here : In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);: 5 ^: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from engine/texture.cpp:3: glVertexAttribPointer_(index, size, type, normalized, stride, data); \In file included from engine/engine.h ^: 5: shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' In file included from shared/cube.h:72: shared/glemu.h:81#define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked 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(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ In file included from engine/ui.cpp:shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' 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] static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157 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); } \37 : ^ note: expanded from macro 'glDisableVertexAttribArray_'shared/glexts.h :156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ #define glEnableVertexAttribArray_ glEnableVertexAttribArray/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h : ^2918 :13:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :note: 2917'glDisableVertexAttribArray' has been explicitly marked deprecated here: 13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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: In file included from 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]engine/texture.cpp :3: In file included from engine/engine.h:5: In file included from shared/cube.h:72: GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, )shared/glemu.h : ^81 :5shared/glemu.h:: 70warning: :'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]46 : note: expanded from macro 'GLE_ATTRIBPOINTER' GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h static inline void disable##name() { glDisableVertexAttribArray_(index); } \: 73 ^: 13shared/glexts.h:: 157note: :expanded from macro 'GLE_ATTRIBPOINTER'37 : note: expanded from macro 'glDisableVertexAttribArray_' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^shared/glexts.h :186/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::322918:: 13note: :expanded from macro 'glVertexAttribPointer_' note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here #define glVertexAttribPointer_ glVertexAttribPointer ^ /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 glDisableVertexAttribArray (GLuint index) 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/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, ) ^In file included from engine/texture.cpp:shared/glemu.h3:: 73In file included from :engine/engine.h13::5 : note: In file included from expanded from macro 'GLE_ATTRIBPOINTER'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] glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) note: ^expanded from macro 'glVertexAttribPointer_' shared/glemu.h:69:54:#define glVertexAttribPointer_ glVertexAttribPointer 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:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here In file included from engine/ui.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: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 ^In file included from /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here engine/texture.cppextern void glEnableVertexAttribArray (GLuint index) 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: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/ui.cpp:1: In file included from engine/engine.h static inline void disable##name() { glDisableVertexAttribArray_(index); } \: ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #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: 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: '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:In file included from 70engine/texture.cpp:46: note: expanded from macro 'GLE_ATTRIBPOINTER' :3: In file included from engine/engine.h:5: static inline void disable##name() { glDisableVertexAttribArray_(index); } \In file included from shared/cube.h ^: 72: shared/glexts.hshared/glemu.h::15782::375:: note: warning: expanded from macro 'glDisableVertexAttribArray_''glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ GLE_ATTRIBPOINTER(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 : ^2918 :13:shared/glemu.h :note: 73'glDisableVertexAttribArray' has been explicitly marked deprecated here: 13: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from In file included from engine/engine.hengine/texture.cpp:3: In file included from :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/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 ^ shared/glemu.h:73:13: note: expanded 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] glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ 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:shared/glexts.h2917::18613::32 :note: 'glEnableVertexAttribArray' has been explicitly marked deprecated herenote: expanded from macro 'glVertexAttribPointer_' extern void glEnableVertexAttribArray (GLuint index) 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/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:72In file included from : engine/ui.cppshared/glemu.h::183: :In file included from 5engine/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:72: shared/glemu.h:87 GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' :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 disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37 static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' : note: expanded from macro 'glDisableVertexAttribArray_'#define glBindBuffer_ glBindBuffer ^ /Applications/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 glDisableVertexAttribArray_ glDisableVertexAttribArray note: ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here 'glBindBuffer' has been explicitly marked deprecated hereextern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 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:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13shared/cube.h:: 72note: : expanded from macro 'GLE_ATTRIBPOINTER'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] glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186 static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); }: ^ shared/glexts.h:105:23:32: note: expanded from macro 'glVertexAttribPointer_' note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from engine/ui.cpp:1: In file included from engine/engine.hextern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ :5: In file included from shared/cube.h:72: shared/glemu.h: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:In file included from 2867engine/texture.cpp:3: In file included from engine/engine.h::13: note: 'glBindBuffer' has been explicitly marked deprecated here 5: In file included from shared/cube.h:72: shared/glemu.h:84:5extern void glBindBuffer (GLenum target, GLuint buffer) 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(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); } \ ^ In file included from shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^engine/ui.cpp In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h::1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:3772: warning: 'glBindBuffer' 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 ^ 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:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here :extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/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 ^ In file included from engine/texture.cpp:3: 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:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here: 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; extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ 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:49:33: In file included from warning: engine/texture.cpp'glUniform1iv' 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:92: engine/texture.h:44:33: case GL_INT: glUniform1iv_(loc, size, param->ival); break; warning: ^'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h#define glUniform1iv_ glUniform1iv: 140 ^: 23: note: expanded from macro 'glUniform2fv_'/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: #define glUniform2fv_ glUniform2fv'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.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *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/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 In file included from engine/texture.cpp:3: In file included from engine/engine.h:92extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14);: 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:In file included from 141engine/ui.cpp::231:: In file included from note: engine/engine.hexpanded from macro 'glUniform3fv_': 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] #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: case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h13::149 :note: 23'glUniform3fv' has been explicitly marked deprecated here: 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:extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14);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:48:In file included from 33engine/ui.cpp:: 1warning: : 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]In file included from engine/engine.h:92: engine/texture.h 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); ^ 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/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: case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break;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); ^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:2949In file included from :engine/texture.cpp13::3 : note: In file included from 'glUniform4iv' has been explicitly marked deprecated hereengine/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] extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ In file included from engine/ui.cpp/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: 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] extern void glUniform2iv (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_' In file included from #define glUniformMatrix2fv_ glUniformMatrix2fvengine/texture.cpp : ^3 : 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::295092:: 13engine/texture.h:: 51note: :'glUniformMatrix2fv' has been explicitly marked deprecated here33 : 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; ^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:shared/glexts.h :warning: 149'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 23: case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ 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:2948:13: note: 'glUniform3iv' 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 hereextern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 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:52:33:In file included from engine/ui.cppwarning: :'glUniform4iv' 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:92: engine/texture.h:55:33 case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break;: ^warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^#define glUniform4iv_ glUniform4iv ^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.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here :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/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]extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *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 ^ /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/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^In file included from engine/texture.cpp:3: In file included from engine/engine.h: shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' 92: #define glUniform3f_ glUniform3f engine/texture.h ^: 387:/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 33: 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 glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) 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 ^ In file included from engine/ui.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::922934: :engine/texture.h13::393 :note: 33'glUniform1f' has been explicitly marked deprecated here: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ 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: In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: note: '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:'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); ^ note: expanded from macro 'glUniform2f_' In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h#define glUniform2f_ glUniform2f: 394 ^: 33: warning: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h'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; ^ 2935shared/glexts.h:13: note: 'glUniform2f' has been explicitly marked deprecated here: 143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ extern 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 ^: 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: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] In file included from engine/ui.cpp:1: case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break;In file included from engine/engine.h ^: 92: shared/glexts.hengine/texture.h::137395::2233:: note: warning: expanded from macro 'glUniform3f_''glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glUniform3f_ glUniform3f ^ case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' /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#define glUniform2i_ glUniform2i: ^note: '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:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) 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 In file included from engine/texture.cppengine/ui.cpp::31: : In file included from In file included from engine/engine.hengine/engine.h::9292: : engine/texture.hengine/texture.h::393396::3333:: warning: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]'glUniform3i' is 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; case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ ^shared/glexts.h :138shared/glexts.h:145:22: :note: 22expanded from macro 'glUniform3i_': note: expanded from macro 'glUniform4f_' #define glUniform3i_ glUniform3i ^ #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 : ^2940 :13/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:: 2937note: :'glUniform3i' has been explicitly marked deprecated here13 : note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void 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:92In file included from : engine/texture.cppengine/texture.h::3397: :In file included from 33engine/engine.h:: 92warning: : 'glUniform4i' 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] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h case GL_INT: glUniform1i_(b->loc, int(x)); break;: 146 ^: 22:shared/glexts.h :note: 143expanded from macro 'glUniform4i_': 22: note: expanded from macro 'glUniform1i_' #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: #define glUniform1i_ glUniform1i'glUniform4i' 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 glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 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;In file included from engine/ui.cpp ^: 1: shared/glexts.hIn file included from :engine/engine.h145::9222: :engine/texture.h :note: 404expanded from macro 'glUniform3i_': 85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #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 void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ 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:In file included from 13engine/texture.cpp:: 3note: : 'glUniform1fv' has been explicitly marked deprecated hereIn 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] extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here In file included from extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 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: In file included from engine/texture.cpp:3: In file included from engine/engine.h:warning: 92'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 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 vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140: void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); }23 : ^ note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fvshared/glexts.h : ^139 :23/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:: 2943note: :expanded from macro 'glUniform1fv_'13 : note: 'glUniform2fv' has been explicitly marked deprecated here #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 glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 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:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:405 void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); }: 83 ^: shared/glexts.hwarning: :'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]142 :23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); }2945 : ^13 : shared/glexts.hnote: :'glUniform4fv' has been explicitly marked deprecated here141 :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.hextern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14);: 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: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] In file included from engine/texture.cpp:3: void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); }In file included from engine/engine.h ^: 92: shared/glexts.hengine/texture.h::142406::2384:: note: warning: expanded from macro 'glUniform4fv_''glUniform2fv' 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 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_' extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); #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: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] In file included from engine/texture.cpp:3: In file included from engine/engine.h void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); }: 92 ^: engine/texture.h:shared/glexts.h407::15184::29 :warning: 'glUniform4fv' 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 '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 void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); }: 13 ^: note: shared/glexts.h'glUniformMatrix2fv' has been explicitly marked deprecated here: 142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14);13 : ^ note: 'glUniform4fv' has been 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:410: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] 87: warning: 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 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/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 matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ 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_' shared/glexts.h#define glUniformMatrix2fv_ glUniformMatrix2fv : ^ 152/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: 29: note: extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14);expanded from macro 'glUniformMatrix3fv_' ^ #define glUniformMatrix3fv_ glUniformMatrix3fv ^ In file included from engine/texture.cpp:3: 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.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] 2951:13: note: void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } 'glUniformMatrix3fv' has been explicitly marked deprecated here ^ 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); ^ 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/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/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:In file included from 2948engine/ui.cpp::131:: In file included from note: engine/engine.h'glUniform3iv' has been explicitly marked deprecated here: 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] extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 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: In file included from note: engine/texture.cpp'glUniform1iv' has been explicitly marked deprecated here: 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] extern void glUniform1iv (GLint location, GLsizei count, const GLint *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_' In file included from engine/ui.cpp#define glUniform2iv_ glUniform2iv: 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::922947: :engine/texture.h13::441 :note: 84'glUniform2iv' 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 glUniform2iv (GLint location, GLsizei count, const GLint *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 In file included from engine/texture.cpp:3: In file included from engine/engine.h:92: engine/texture.h:443:extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14);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_' In file included from engine/ui.cpp:1: In file included from engine/engine.h#define glUniform4iv_ glUniform4iv: 92 ^: engine/texture.h:/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 here442 :85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glUniform4iv (GLint location, GLsizei count, const GLint *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 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/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/ui.cpp:473:13: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:478:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:479:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:484:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, overlaytex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:511:13: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:527:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:528:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:533:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, overlaytex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/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/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/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] 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] glGenTextures(1, &t->frames[i]); 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 ^ /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 warning: extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:571:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, overlaytex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:903:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, hovertex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:912:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, textureid); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:922:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, o->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:935:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, overlaytex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:987:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:996:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:997:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, glowtex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:1007:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:1011:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, layertex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/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/ui.cpp:1026:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, overlaytex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:1036:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, t->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:1430:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:1431:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:1436:13: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 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.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:55:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :148:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :151:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :154:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :157:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:56:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:57:5: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ :160:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:58:66: warning: 'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec &v, uchar alpha = 255) { glVertexAttrib4Nub_(ATTRIB_COLOR, v.x, v.y, v.z, alpha); } ^ shared/glexts.h:182:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); } ^ shared/glexts.h:183:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :163:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :166:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :169:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :172:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:60:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :175:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:159:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:163:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:167:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:168:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:164:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:61:5: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:62:60: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:63:47: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void normal(const vec &v) { glVertexAttrib4f_(ATTRIB_NORMAL, v.x, v.y, v.z, 0.0f); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:64:77: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:65:64: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h:171:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:172:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:76:61: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:77:51: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:78:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:80:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:81:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:82:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:83:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:84:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:156:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:157:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:186:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:87:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindebo(GLuint ebo) { disable(); glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, ebo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:88:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearebo() { glBindBuffer_(GL_ELEMENT_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:89:57: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:72: shared/glemu.h:90:37: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h:105:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:42:33: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:44:33: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:46:33: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:48:33: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break; ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:49:33: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1iv_(loc, size, param->ival); break; ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:50:33: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2iv_(loc, size, param->ival); break; ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:51:33: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3iv_(loc, size, param->ival); break; ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:52:33: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:53:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:54:33: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:55:33: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:387:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:389:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:391:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:393:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:394:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:395:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:396:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:397:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:404:85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); } ^ shared/glexts.h:139:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:405:83: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:141:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:406:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); } ^ shared/glexts.h:140:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:407:84: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const vec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, v->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:408:85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:142:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:409:87: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:151:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:410:87: warning: 'glUniformMatrix3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:152:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:411:87: warning: 'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const matrix4 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix4fv_(b->loc, n, GL_FALSE, m->a.v); } ^ shared/glexts.h:153:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:440:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:147:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:441:84: warning: 'glUniform3iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.h:149:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:442:85: warning: 'glUniform2iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2iv_(b->loc, n, v->v); } ^ shared/glexts.h:148:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:443:85: warning: 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const ivec4 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4iv_(b->loc, n, v->v); } ^ shared/glexts.h:150:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:318:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:326:17: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:327:17: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:332:13: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:333:13: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:334:13: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_SRC_ALPHA); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:405:50: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(waterreflect || !waterenvmap) glBindTexture(GL_TEXTURE_2D, waterreflect ? ref.tex : ref.refracttex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:411:17: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE3); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:412:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, ref.refracttex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:422:9: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE1); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:423:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, mslot.sts.inrange(2) ? mslot.sts[2].t->id : notexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:424:9: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE2); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:425:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, mslot.sts.inrange(3) ? mslot.sts[3].t->id : notexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:426:9: warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glActiveTexture_(GL_TEXTURE0); ^ shared/glexts.h:54:26: note: expanded from macro 'glActiveTexture_' #define glActiveTexture_ glActiveTexture ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2772:13: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:429:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_CUBE_MAP, lookupenvmap(mslot)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:472:27: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(waterfade) glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:476:13: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:477:13: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_BLEND); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:481:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:486:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, waterfallrefraction.refracttex ? waterfallrefraction.refracttex : notexture->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:499:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &ref.tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:504:9: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteTextures(1, &ref.refracttex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:542:5: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:678:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:679:9: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(GL_FALSE, GL_FALSE, GL_FALSE, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:680:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:769:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:770:9: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(COLORMASK, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:771:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:774:5: warning: 'glFlush' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glFlush(); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2490:13: note: 'glFlush' has been explicitly marked deprecated here extern void glFlush (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:792:19: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(clear) glClearColor(color.r, color.g, color.b, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:793:9: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_DEPTH_BUFFER_BIT | (clear ? GL_COLOR_BUFFER_BIT : 0)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:796:5: warning: 'glClearDepth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearDepth(0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2397:13: note: 'glClearDepth' has been explicitly marked deprecated here extern void glClearDepth (GLclampd depth) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:797:5: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClear(GL_DEPTH_BUFFER_BIT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:798:5: warning: 'glClearDepth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearDepth(1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2397:13: note: 'glClearDepth' has been explicitly marked deprecated here extern void glClearDepth (GLclampd depth) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:799:5: warning: 'glDepthRange' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthRange(1, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2461:13: note: 'glDepthRange' has been explicitly marked deprecated here extern void glDepthRange (GLclampd zNear, GLclampd zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:800:5: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthFunc(GL_ALWAYS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:801:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDisable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:810:9: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glColorMask(GL_FALSE, GL_FALSE, GL_FALSE, GL_FALSE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:819:16: warning: 'glColorMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!clear) glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2433:13: note: 'glColorMask' has been explicitly marked deprecated here extern void glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:820:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:821:5: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthFunc(GL_LESS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:822:5: warning: 'glDepthRange' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthRange(0, 1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2461:13: note: 'glDepthRange' has been explicitly marked deprecated here extern void glDepthRange (GLclampd zNear, GLclampd zFar) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:925:13: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, size, size); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:935:21: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glScissor(sx, sy, sw, sh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:948:25: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glEnable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:954:25: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:960:25: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glEnable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:969:25: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:990:13: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, size, size); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:999:21: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glScissor(sx, sy, sw, sh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:1007:21: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glEnable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:1013:21: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(scissor) glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/water.cpp:1018:5: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, screenw, screenh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:422:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:135:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:436:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:423:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:136:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:424:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:137:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:425:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:138:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:427:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.h:143:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:429:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:144:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:431:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:145:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/water.cpp:1: In file included from engine/engine.h:92: engine/texture.h:433:33: warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:146:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 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/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/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: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